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 | 챔첫짧챌혖 | 111011001011000110010100111011001011001010101011111011001010011110100111111011001011000110001100111011011001100010010110 | ecb194ecb2abeca7a7ecb18ced9896 |
UHC | 챔첫짧챌혖 | 11000011101010001100001110111001110000101010101011000011101001111100001010000001 | c3a8c3b9c2aac3a7c281 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)