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 | 001111110011111100111111001111110100000001101000 | 3f3f3f3f4068 |
SJIS-WIN | 治屡治質@h | 10001110101000011000111011000110100011101010000110001110101111110100000001101000 | 8ea18ec68ea18ebf4068 |
EUC-JP | 治屡治質@h | 10111100101000111011110011001000101111001010001110111100110000010100000001101000 | bca3bcc8bca3bcc14068 |
UTF-8 | 治屡治質@h | 1110011010110010101110111110010110110001101000011110011010110010101110111110100010110011101010100100000001101000 | e6b2bbe5b1a1e6b2bbe8b3aa4068 |
UHC | 治?治質@h | 111101101011110100111111111101101011110111110010111101010100000001101000 | f6bd3ff6bdf2f54068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)