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 | 襭苦羽 | 111001100100001010001011111010101000100101001000 | e6428bea8948 |
EUC-JP | 襭苦羽 | 111010111010001110110110111011001011000110101001 | eba3b6ecb1a9 |
UTF-8 | 襭苦羽 | 111010001010010110101101111010001000101110100110111001111011111010111101 | e8a5ade88ba6e7bebd |
UHC | ?苦羽 | 0011111111001101110010001110100111100010 | 3fcdc8e9e2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)