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 | 號?運 | 1110010101101010001111111000100101011110 | e56a3f895e |
EUC-JP | 號?運 | 1110100111001011001111111011000110111111 | e9cb3fb1bf |
UTF-8 | 號렜運 | 111010001001100110011111111010111010000010011100111010011000000110001011 | e8999feba09ce9818b |
UHC | 號렜運 | 111110111101110010001110101011101110101010100001 | fbdc8eaeeaa1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)