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 | 噴噴^ | 1001010110101100100101011010110001011110 | 95ac95ac5e |
EUC-JP | 噴噴^ | 1100101010101110110010101010111001011110 | caaecaae5e |
UTF-8 | 噴噴^ | 11100101100110011011010011100101100110011011010001011110 | e599b4e599b45e |
UHC | 噴噴^ | 1101110111000100110111011100010001011110 | ddc4ddc45e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)