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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 衙??衙晳 | 1110010111001001001111110011111111100101110010011111101011011001 | e5c93f3fe5c9fad9 |
EUC-JP | 衙??衙晳 | 111010101100101100111111001111111110101011001011100011111100001011000100 | eacb3f3feacb8fc2c4 |
UTF-8 | 衙솽솖衙晳 | 111010001010000110011001111011001000011010111101111011001000011010010110111010001010000110011001111001101001100110110011 | e8a199ec86bdec8696e8a199e699b3 |
UHC | 衙솽솖衙晳 | 11100100101101111011110011100001101111001101011111100100101101111110000010101111 | e4b7bce1bcd7e4b7e0af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)