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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ??雙鼎?? | 0011111100111111100110011101010010010011010000110011111100111111 | 3f3f99d493433f3f |
EUC-JP | ??雙鼎?? | 0011111100111111110100101101011011000101101001000011111100111111 | 3f3fd2d6c5a43f3f |
UTF-8 | 롇렗雙鼎롇렗 | 111010111010000110000111111010111010000010010111111010011001101110011001111010011011110010001110111010111010000110000111111010111010000010010111 | eba187eba097e99b99e9bc8eeba187eba097 |
UHC | 롇렗雙鼎롇렗 | 100011101100110110001110101011001110010010101010111100001010001110001110110011011000111010101100 | 8ecd8eace4aaf0a38ecd8eac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)