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 | ??Zo | 00111111001111110101101001101111 | 3f3f5a6f |
SJIS-WIN | ?讓Zo | 0011111111100110101010000101101001101111 | 3fe6a85a6f |
EUC-JP | 嶴讓Zo | 10001111101110111111001111101100101010100101101001101111 | 8fbbf3ecaa5a6f |
UTF-8 | 嶴讓Zo | 1110010110110110101101001110100010101110100100110101101001101111 | e5b6b4e8ae935a6f |
UHC | ?讓Zo | 0011111111100101110100110101101001101111 | 3fe5d35a6f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)