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 | ??????@h | 0011111100111111001111110011111100111111001111110100000001101000 | 3f3f3f3f3f3f4068 |
SJIS-WIN | ?箝????@h | 001111111110001010101101001111110011111100111111001111110100000001101000 | 3fe2ad3f3f3f3f4068 |
EUC-JP | ?箝????@h | 001111111110010010101111001111110011111100111111001111110100000001101000 | 3fe4af3f3f3f3f4068 |
UTF-8 | 렻箝렜렻뗑렊@h | 1110101110100000101110111110011110101110100111011110101110100000100111001110101110100000101110111110101110010111100100011110101110100000100010100100000001101000 | eba0bbe7ae9deba09ceba0bbeb9791eba08a4068 |
UHC | 렻箝렜렻뗑렊@h | 1000111011000011110011001100010010001110101011101000111011000011101101101100010010001110101000010100000001101000 | 8ec3ccc48eae8ec3b6c48ea14068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)