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 | 챈쨍혺챘혶혮찾 | 111011001011000110001000111011001010100010001101111011011001100010111010111011001011000110011000111011011001100010110110111011011001100010101110111011001011000010111110 | ecb188eca88ded98baecb198ed98b6ed98aeecb0be |
UHC | 챈쨍혺챘혶혮찾 | 1100001110100110110000101011100011000010100111111100001110101011110000101001110111000010100101011100001110100011 | c3a6c2b8c29fc3abc29dc295c3a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)