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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
UTF-8 | 챰체쨘챔짚 | 111011001011000110110000111011001011001010110100111011001010100010011000111011001011000110010100111011001010011110011010 | ecb1b0ecb2b4eca898ecb194eca79a |
UHC | 챰체쨘챔짚 | 11000011101100011100001110111100110000101011101011000011101010001100001010100100 | c3b1c3bcc2bac3a8c2a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)