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 | ?扼?扼^ | 00111111100111010100111000111111100111010100111001011110 | 3f9d4e3f9d4e5e |
EUC-JP | ?扼?扼^ | 00111111110110011010111100111111110110011010111101011110 | 3fd9af3fd9af5e |
UTF-8 | 젬扼젬扼^ | 11101100101000001010110011100110100010011011110011101100101000001010110011100110100010011011110001011110 | eca0ace689bceca0ace689bc5e |
UHC | 젬扼젬扼^ | 110000011010101011100100111110011100000110101010111001001111100101011110 | c1aae4f9c1aae4f95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)