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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
EUC-JP | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
UTF-8 | 찾짙혖혥쨍채처 | 111011001011000010111110111011001010011110011001111011011001100010010110111011011001100010100101111011001010100010001101111011001011000110000100111011001011001010011000 | ecb0beeca799ed9896ed98a5eca88decb184ecb298 |
UHC | 찾짙혖혥쨍채처 | 1100001110100011110000101010001111000010100000011100001010001101110000101011100011000011101001001100001110110011 | c3a3c2a3c281c28dc2b8c3a4c3b3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)