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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 奠???但 | 10011010111110010011111100111111001111111001001001000001 | 9af93f3f3f9241 |
EUC-JP | 奠???但 | 11010100111110110011111100111111001111111100001110100010 | d4fb3f3f3fc3a2 |
UTF-8 | 奠겋뀜렯但 | 111001011010010110100000111010101011001010001011111010111000000010011100111010111010000010101111111001001011110110000110 | e5a5a0eab28beb809ceba0afe4bd86 |
UHC | 奠겋뀜렯但 | 11101110111101011011000011010011101100101111000110001110101111001101001110100011 | eef5b0d3b2f18ebcd3a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)