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 | 拙???迪 | 10010000110110010011111100111111001111111110011110001100 | 90d93f3f3fe78c |
EUC-JP | 拙???迪 | 11000000110110110011111100111111001111111110110111101100 | c0db3f3f3fedec |
UTF-8 | 拙희렲렏迪 | 111001101000101110011001111011011001110110101100111010111010000010110010111010111010000010001111111010001011111110101010 | e68b99ed9daceba0b2eba08fe8bfaa |
UHC | 拙희렲렏迪 | 11110000111100001100100011110001100011101011111110001110101001011110111011101000 | f0f0c8f18ebf8ea5eee8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)