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 | 駿?^ | 10001111011110000011111101011110 | 8f783f5e |
EUC-JP | 駿?^ | 10111101110110010011111101011110 | bdd93f5e |
UTF-8 | 駿돨^ | 11101001101001111011111111101011100011111010100001011110 | e9a7bfeb8fa85e |
UHC | 駿돨^ | 1111000111100111101101011100010001011110 | f1e7b5c45e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)