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 | 瓦嫩? | 1000101010100010100110110110001100111111 | 8aa29b633f |
EUC-JP | 瓦嫩? | 1011010010100100110101011100010000111111 | b4a4d5c43f |
UTF-8 | 瓦嫩렱 | 111001111001001110100110111001011010101110101001111010111010000010110001 | e793a6e5aba9eba0b1 |
UHC | 瓦嫩렱 | 111010001011111111010010111011001000111010111110 | e8bfd2ec8ebe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)