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 | 蟾千聞 | 111001011011011110010000111001111001010110110111 | e5b790e795b7 |
EUC-JP | 蟾千聞 | 111010101011100111000000111010011100101010111001 | eab9c0e9cab9 |
UTF-8 | 蟾千聞 | 111010001001111110111110111001011000110110000011111010001000000110011110 | e89fbee58d83e8819e |
UHC | 蟾千聞 | 111000001110101011110100101101101101101010100100 | e0eaf4b6daa4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)