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 | ??h?? | 0011111100111111011010000011111100111111 | 3f3f683f3f |
SJIS-WIN | ??h?? | 0011111100111111011010000011111100111111 | 3f3f683f3f |
EUC-JP | ??h?? | 0011111100111111011010000011111100111111 | 3f3f683f3f |
UTF-8 | 찼횊h찼횊 | 11101100101100001011110011101101100110101000101001101000111011001011000010111100111011011001101010001010 | ecb0bced9a8a68ecb0bced9a8a |
UHC | 찼횊h찼횊 | 110000111010000111000011100010000110100011000011101000011100001110001000 | c3a1c38868c3a1c388 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)