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 | ?P?PB | 0011111101010000001111110101000001000010 | 3f503f5042 |
SJIS-WIN | 訛P訛PB | 11100110011000010101000011100110011000010101000001000010 | e66150e6615042 |
EUC-JP | 訛P訛PB | 11101011110000100101000011101011110000100101000001000010 | ebc250ebc25042 |
UTF-8 | 訛P訛PB | 111010001010100010011011010100001110100010101000100110110101000001000010 | e8a89b50e8a89b5042 |
UHC | 訛P訛PB | 11101000110001010101000011101000110001010101000001000010 | e8c550e8c55042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)