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 | 11100101111101011000111111100101100010011000011101000010 | e5f58fe5898742 |
EUC-JP | 襄丞援B | 11101010111101111011111011100111101100011110011101000010 | eaf7bee7b1e742 |
UTF-8 | 襄丞援B | 11101000101001011000010011100100101110001001111011100110100011111011010001000010 | e8a584e4b89ee68fb442 |
UHC | 襄丞援B | 11100101110100011110001110101010111010101011010101000010 | e5d1e3aaeab542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)