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 | 綜???兄 | 10010001100011100011111100111111001111111000110001011010 | 918e3f3f3f8c5a |
EUC-JP | 綜???兄 | 11000001111011100011111100111111001111111011011110111011 | c1ee3f3f3fb7bb |
UTF-8 | 綜븃렋렒兄 | 111001111011011010011100111010111011100010000011111010111010000010001011111010111010000010010010111001011000010110000100 | e7b69cebb883eba08beba092e58584 |
UHC | 綜븃렋렒兄 | 11110000111111001011101011101000100011101010001010001110101001111111101011111100 | f0fcbae88ea28ea7fafc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)