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 | 챠첫쨍챔흱 | 111011001011000110100000111011001011001010101011111011001010100010001101111011001011000110010100111011011001110110110001 | ecb1a0ecb2abeca88decb194ed9db1 |
UHC | 챠첫쨍챔흱 | 11000011101011011100001110111001110000101011100011000011101010001100010110001100 | c3adc3b9c2b8c3a8c58c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)