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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 綜???埃? | 1001000110001110001111110011111100111111100110101011101000111111 | 918e3f3f3f9aba3f |
EUC-JP | 綜???埃? | 1100000111101110001111110011111100111111110101001011110000111111 | c1ee3f3f3fd4bc3f |
UTF-8 | 綜븀렪렧埃브 | 111001111011011010011100111010111011100010000000111010111010000010101010111010111010000010100111111001011001111110000011111010111011100010001100 | e7b69cebb880eba0aaeba0a7e59f83ebb88c |
UHC | 綜븀렪렧埃브 | 111100001111110010111010111001111000111010111000100011101011011011100100111011111011101011101010 | f0fcbae78eb88eb6e4efbaea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)