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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 禎壇 | 10010010111101011001001001100100 | 92f59264 |
EUC-JP | 禎壇 | 11000100111101111100001111000101 | c4f7c3c5 |
UTF-8 | 禎壇 | 111001111010011010001110111001011010001110000111 | e7a68ee5a387 |
UHC | 禎壇 | 11101111111011101101001110100110 | efeed3a6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)