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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 阿?阿?^ | 10001000101000100011111110001000101000100011111101011110 | 88a23f88a23f5e |
EUC-JP | 阿?阿?^ | 10110000101001000011111110110000101001000011111101011110 | b0a43fb0a43f5e |
UTF-8 | 阿줔阿줔^ | 11101001100110001011111111101100101001001001010011101001100110001011111111101100101001001001010001011110 | e998bfeca494e998bfeca4945e |
UHC | 阿줔阿줔^ | 111001001011100110100010010001001110010010111001101000100100010001011110 | e4b9a244e4b9a2445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)