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 | 11100111100010111001000011100110100010111001001001000010 | e78b90e68b9242 |
EUC-JP | 迢先拠B | 11101101111010111100000011101000101101011111001001000010 | edebc0e8b5f242 |
UTF-8 | 迢先拠B | 11101000101111111010001011100101100001011000100011100110100010111010000001000010 | e8bfa2e58588e68ba042 |
UHC | ?先?B | 0011111111100000101110110011111101000010 | 3fe0bb3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)