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 | 衙?挑 | 1110010111001001001111111001001010100111 | e5c93f92a7 |
EUC-JP | 衙?挑 | 1110101011001011001111111100010010101001 | eacb3fc4a9 |
UTF-8 | 衙뤾挑 | 111010001010000110011001111010111010010010111110111001101000110010010001 | e8a199eba4bee68c91 |
UHC | 衙뤾挑 | 111001001011011110001111111010101101001111111011 | e4b78fead3fb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)