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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 阿?阿?B | 10001000101000100011111110001000101000100011111101000010 | 88a23f88a23f42 |
EUC-JP | 阿?阿?B | 10110000101001000011111110110000101001000011111101000010 | b0a43fb0a43f42 |
UTF-8 | 阿굗阿굗B | 11101001100110001011111111101010101101011001011111101001100110001011111111101010101101011001011101000010 | e998bfeab597e998bfeab59742 |
UHC | 阿굗阿굗B | 111001001011100110000010011110101110010010111001100000100111101001000010 | e4b9827ae4b9827a42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)