To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ??????K | 00111111001111110011111100111111001111110011111101001011 | 3f3f3f3f3f3f4b |
SJIS-WIN | ?徹??逕橘K | 00111111100100110100111100111111001111111110011110010100100010110110101101001011 | 3f934f3f3fe7948b6b4b |
EUC-JP | ?徹??逕橘K | 00111111110001011011000000111111001111111110110111110100101101011100110001001011 | 3fc5b03f3fedf4b5cc4b |
UTF-8 | 뤋徹핊샅逕橘K | 11101011101001001000101111100101101111101011100111101101100101011000101011101100100000111000010111101001100000001001010111100110101010011001100001001011 | eba48be5beb9ed958aec8385e98095e6a9984b |
UHC | 뤋徹핊샅逕橘K | 10001111101110111111010011001011110000001000111110111011111101001100110011101111110100001011100101001011 | 8fbbf4cbc08fbbf4ccefd0b94b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)