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 | 蟾鷺ケ | 1110010110110111100011011110101110111001 | e5b78debb9 |
EUC-JP | 蟾鷺ケ | 111010101011100110111010111011011000111010111001 | eab9baed8eb9 |
UTF-8 | 蟾鷺ケ | 111010001001111110111110111010011011011110111010111011111011110110111001 | e89fbee9b7baefbdb9 |
UHC | 蟾鷺? | 1110000011101010110101101101110000111111 | e0ead6dc3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)