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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 襄??? | 1110010111110101001111110011111100111111 | e5f53f3f3f |
EUC-JP | 襄??? | 1110101011110111001111110011111100111111 | eaf73f3f3f |
UTF-8 | 襄섕샬얍 | 111010001010010110000100111011001000010010010101111011001000001110101100111011001001011010001101 | e8a584ec8495ec83acec968d |
UHC | 襄섕샬얍 | 1110010111010001101111001010110010111100101000111011111011100101 | e5d1bcacbca3bee5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)