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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 「?^ | 10000001011101010011111101011110 | 81753f5e |
EUC-JP | 「?^ | 10100001110101100011111101011110 | a1d63f5e |
UTF-8 | 「䊷^ | 11100011100000001000110011100100100010101011011101011110 | e3808ce48ab75e |
UHC | 「?^ | 10100001101110000011111101011110 | a1b83f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)