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 | 101000011011111010101001101010100100000001101000 | a1bea9aa4068 |
EUC-JP | 。セゥェ@h | 10001110101000011000111010111110100011101010100110001110101010100100000001101000 | 8ea18ebe8ea98eaa4068 |
UTF-8 | 。セゥェ@h | 1110111110111101101000011110111110111101101111101110111110111101101010011110111110111101101010100100000001101000 | efbda1efbdbeefbda9efbdaa4068 |
UHC | ????@h | 001111110011111100111111001111110100000001101000 | 3f3f3f3f4068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)