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 | 豺乗㏍ | 111001101011011110001111111001101000011110000011 | e6b78fe68783 |
EUC-JP | 豺乗? | 1110110010111001101111101110100000111111 | ecb9bee83f |
UTF-8 | 豺乗㏍ | 111010001011000110111010111001001011100110010111111000111000111110001101 | e8b1bae4b997e38f8d |
UHC | 豺?? | 11100011110011110011111100111111 | e3cf3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)