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 | 챦짜쨔횓쨔챘혫 | 111011001011000110100110111011001010011110011100111011001010100010010100111011011001101010010011111011001010100010010100111011001011000110011000111011011001100010101011 | ecb1a6eca79ceca894ed9a93eca894ecb198ed98ab |
UHC | 챦짜쨔횓쨔챘혫 | 1100001110101111110000101010010111000010101110011100001110001110110000101011100111000011101010111100001010010011 | c3afc2a5c2b9c38ec2b9c3abc293 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)