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 | 豈旧鮎 | 111001101010111110001011100011001000100010111100 | e6af8b8c88bc |
EUC-JP | 豈旧鮎 | 111011001011000110110101111011001011000010111110 | ecb1b5ecb0be |
UTF-8 | 豈旧鮎 | 111010001011000110001000111001101001011110100111111010011010111010001110 | e8b188e697a7e9ae8e |
UHC | 豈?鮎 | 1101000111000010001111111110111111000110 | d1c23fefc6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)