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 | 챔쨌혢책혺혦찾 | 111011001011000110010100111011001010100010001100111011011001100010100010111011001011000110000101111011011001100010111010111011011001100010100110111011001011000010111110 | ecb194eca88ced98a2ecb185ed98baed98a6ecb0be |
UHC | 챔쨌혢책혺혦찾 | 1100001110101000110000101011011111000010100010111100001110100101110000101001111111000010100011101100001110100011 | c3a8c2b7c28bc3a5c29fc28ec3a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)