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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 簇矜?B | 111000101100011011100001111000000011111101000010 | e2c6e1e03f42 |
EUC-JP | 簇矜?B | 111001001100100011100010111000100011111101000010 | e4c8e2e23f42 |
UTF-8 | 簇矜爛B | 11100111101100001000011111100111100111111001110011101111101001001001111001000010 | e7b087e79f9cefa49e42 |
UHC | 簇矜爛B | 11110000111010101101000011101000110100011110111101000010 | f0ead0e8d1ef42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)