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 | 踵蹊^ | 1110011011111001111001101111110001011110 | e6f9e6fc5e |
EUC-JP | 踵蹊^ | 1110110011111011111011001111111001011110 | ecfbecfe5e |
UTF-8 | 踵蹊^ | 11101000101110001011010111101000101110011000101001011110 | e8b8b5e8b98a5e |
UHC | 踵蹊^ | 1111000110100010111110111011011101011110 | f1a2fbb75e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)