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 | 1001110010100011111001111001000001010000 | 9ca3e79050 |
SJIS-WIN | ?£??P | 001111111000000110010010001111110011111101010000 | 3f81923f3f50 |
EUC-JP | ?£ç?P | 0011111110100001111100101000111110101011101011100011111101010000 | 3fa1f28fabae3f50 |
UTF-8 | £çP | 110000101001110011000010101000111100001110100111110000101001000001010000 | c29cc2a3c3a7c29050 |
UHC | ????P | 0011111100111111001111110011111101010000 | 3f3f3f3f50 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)