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 | ???h | 00111111001111110011111101101000 | 3f3f3f68 |
SJIS-WIN | 曜??h | 1001011101101010001111110011111101101000 | 976a3f3f68 |
EUC-JP | 曜??h | 1100110111001011001111110011111101101000 | cdcb3f3f68 |
UTF-8 | 曜꿩퀡h | 11100110100110111001110011101010101111111010100111101101100000001010000101101000 | e69b9ceabfa9ed80a168 |
UHC | 曜꿩퀡h | 11101000111110001011001011100110101100111001010101101000 | e8f8b2e6b39568 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)