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 | 11100110010001001000100110001011100000110101000001000010 | e644898b835042 |
EUC-JP | 襯焔ケB | 11101011101001011011000111101011101001011011000101000010 | eba5b1eba5b142 |
UTF-8 | 襯焔ケB | 11101000101001011010111111100111100001001001010011100011100000101011000101000010 | e8a5afe78494e382b142 |
UHC | ??ケB | 0011111100111111101010111011000101000010 | 3f3fabb142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)