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 | 11100010101110011000100110001011100000011011101101101000 | e2b9898b81bb68 |
EUC-JP | 篁焔⊇h | 11100100101110111011000111101011101000101011110101101000 | e4bbb1eba2bd68 |
UTF-8 | 篁焔⊇h | 11100111101011111000000111100111100001001001010011100010100010101000011101101000 | e7af81e78494e28a8768 |
UHC | 篁?⊇h | 111111001101011000111111101000011111011101101000 | fcd63fa1f768 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)