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 | 11101001100000111000111011101001100000111000111001000010 | e9838ee9838e42 |
EUC-JP | 驛朱ヮB | 11110001111000111011110011101011101001011110111001000010 | f1e3bceba5ee42 |
UTF-8 | 驛朱ヮB | 11101001101010011001101111100110100111001011000111100011100000111010111001000010 | e9a99be69cb1e383ae42 |
UHC | 驛朱ヮB | 11100110101111101111000110111001101010111110111001000010 | e6bef1b9abee42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)