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 | 鮱示霆 | 111111000100010010001110101001101110100010111011 | fc448ea6e8bb |
EUC-JP | 鮱示霆 | 10001111111010101110011010111100101010001111000010111101 | 8feae6bca8f0bd |
UTF-8 | 鮱示霆 | 111010011010111010110001111001111010010010111010111010011001110010000110 | e9aeb1e7a4bae99c86 |
UHC | ?示霆 | 0011111111100011110001101110111111111101 | 3fe3c6effd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)