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 | 0011111100111111001111110011111100111111001111110111110101000010 | 3f3f3f3f3f3f7d42 |
SJIS-WIN | ??????}B | 0011111100111111001111110011111100111111001111110111110101000010 | 3f3f3f3f3f3f7d42 |
EUC-JP | ??????}B | 0011111100111111001111110011111100111111001111110111110101000010 | 3f3f3f3f3f3f7d42 |
UTF-8 | 횩쨍징횒천횛}B | 1110110110011010101010011110110010101000100011011110110010100111100101011110110110011010100100101110110010110010100111001110110110011010100110110111110101000010 | ed9aa9eca88deca795ed9a92ecb29ced9a9b7d42 |
UHC | 횩쨍징횒천횛}B | 1100001110011111110000101011100011000010101000011100001110001101110000111011010111000011100101010111110101000010 | c39fc2b8c2a1c38dc3b5c3957d42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)