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 | 泅鑄鼈 | 100111111001101011101000011010001110101010001000 | 9f9ae868ea88 |
EUC-JP | 泅鑄鼈 | 110111011111101011101111110010011111001111101000 | ddfaefc9f3e8 |
UTF-8 | 泅鑄鼈 | 111001101011001110000101111010011001000110000100111010011011110010001000 | e6b385e99184e9bc88 |
UHC | ?鑄鼈 | 0011111111110001110100011101110010101111 | 3ff1d1dcaf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)