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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 宵ェ。 | 10001111101010101010101010100001 | 8faaaaa1 |
EUC-JP | 宵ェ。 | 101111101010110010001110101010101000111010100001 | beac8eaa8ea1 |
UTF-8 | 宵ェ。 | 111001011010111010110101111011111011110110101010111011111011110110100001 | e5aeb5efbdaaefbda1 |
UHC | 宵?? | 11100001101100100011111100111111 | e1b23f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)