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 | £¨^F | 100100011010001110010001101010000101111001000110 | 91a391a85e46 |
SJIS-WIN | ?£?¨^F | 0011111110000001100100100011111110000001010011100101111001000110 | 3f81923f814e5e46 |
EUC-JP | ?£?¨^F | 0011111110100001111100100011111110100001101011110101111001000110 | 3fa1f23fa1af5e46 |
UTF-8 | £¨^F | 11000010100100011100001010100011110000101001000111000010101010000101111001000110 | c291c2a3c291c2a85e46 |
UHC | ???¨^F | 00111111001111110011111110100001101001110101111001000110 | 3f3f3fa1a75e46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)