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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 綜??蹟 | 100100011000111000111111001111111001000011010110 | 918e3f3f90d6 |
EUC-JP | 綜??蹟 | 110000011110111000111111001111111100000011011000 | c1ee3f3fc0d8 |
UTF-8 | 綜븃ㄱ蹟 | 111001111011011010011100111010111011100010000011111000111000010010110001111010001011100110011111 | e7b69cebb883e384b1e8b99f |
UHC | 綜븃ㄱ蹟 | 1111000011111100101110101110100010100100101000011110111011100111 | f0fcbae8a4a1eee7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)