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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 襭球稀 | 111001100100001010001011100001011000101101001000 | e6428b858b48 |
EUC-JP | 襭球稀 | 111010111010001110110101111001011011010110101001 | eba3b5e5b5a9 |
UTF-8 | 襭球稀 | 111010001010010110101101111001111001000010000011111001111010100010000000 | e8a5ade79083e7a880 |
UHC | ?球稀 | 0011111111001111101110011111110111111100 | 3fcfb9fdfc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)