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 | 襄??襄 | 111001011111010100111111001111111110010111110101 | e5f53f3fe5f5 |
EUC-JP | 襄??襄 | 111010101111011100111111001111111110101011110111 | eaf73f3feaf7 |
UTF-8 | 襄셀셉襄 | 111010001010010110000100111011001000010110000000111011001000010110001001111010001010010110000100 | e8a584ec8580ec8589e8a584 |
UHC | 襄셀셉襄 | 1110010111010001101111001011111110111100110000011110010111010001 | e5d1bcbfbcc1e5d1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)