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 | 豺乗凵 | 111001101011011110001111111001101001100110000001 | e6b78fe69981 |
EUC-JP | 豺乗凵 | 111011001011100110111110111010001101000111100001 | ecb9bee8d1e1 |
UTF-8 | 豺乗凵 | 111010001011000110111010111001001011100110010111111001011000011110110101 | e8b1bae4b997e587b5 |
UHC | 豺?? | 11100011110011110011111100111111 | e3cf3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)