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 | ???A? | 0011111100111111001111110100000100111111 | 3f3f3f413f |
SJIS-WIN | 庵??A牙 | 10001000110000010011111100111111010000011000100111100101 | 88c13f3f4189e5 |
EUC-JP | 庵??A牙 | 10110000110000110011111100111111010000011011001011100111 | b0c33f3f41b2e7 |
UTF-8 | 庵꼷뢗A牙 | 11100101101110101011010111101010101111001011011111101011101000101001011101000001111001111000100110011001 | e5bab5eabcb7eba29741e78999 |
UHC | 庵꼷뢗A牙 | 111001001101110110000100100011111000111101010010010000011110010010110011 | e4dd848f8f5241e4b3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)