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 | ???}B | 0011111100111111001111110111110101000010 | 3f3f3f7d42 |
SJIS-WIN | ?箝?}B | 001111111110001010101101001111110111110101000010 | 3fe2ad3f7d42 |
EUC-JP | ?箝?}B | 001111111110010010101111001111110111110101000010 | 3fe4af3f7d42 |
UTF-8 | 렻箝렣}B | 1110101110100000101110111110011110101110100111011110101110100000101000110111110101000010 | eba0bbe7ae9deba0a37d42 |
UHC | 렻箝렣}B | 1000111011000011110011001100010010001110101101000111110101000010 | 8ec3ccc48eb47d42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)