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 | 豺乗辧 | 111001101011011110001111111001101001100110011111 | e6b78fe6999f |
EUC-JP | 豺乗辧 | 111011001011100110111110111010001101001010100001 | ecb9bee8d2a1 |
UTF-8 | 豺乗辧 | 111010001011000110111010111001001011100110010111111010001011111010100111 | e8b1bae4b997e8bea7 |
UHC | 豺?? | 11100011110011110011111100111111 | e3cf3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)