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 | ????@B | 001111110011111100111111001111110100000001000010 | 3f3f3f3f4042 |
SJIS-WIN | 際?肢?@B | 1000110111011011001111111000111010001000001111110100000001000010 | 8ddb3f8e883f4042 |
EUC-JP | 際?肢?@B | 1011101011011101001111111011101111101000001111110100000001000010 | badd3fbbe83f4042 |
UTF-8 | 際렑肢렖@B | 1110100110011010100110111110101110100000100100011110100010000010101000101110101110100000100101100100000001000010 | e99a9beba091e882a2eba0964042 |
UHC | 際렑肢렖@B | 11110000101101111000111010100110111100101011011010001110101010110100000001000010 | f0b78ea6f2b68eab4042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)