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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 綜?? | 10010001100011100011111100111111 | 918e3f3f |
EUC-JP | 綜?? | 11000001111011100011111100111111 | c1ee3f3f |
UTF-8 | 綜븃ㄱ | 111001111011011010011100111010111011100010000011111000111000010010110001 | e7b69cebb883e384b1 |
UHC | 綜븃ㄱ | 111100001111110010111010111010001010010010100001 | f0fcbae8a4a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)