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 | 蝣餓圸 | 111001011010000010001001111011001001101010101001 | e5a089ec9aa9 |
EUC-JP | 蝣餓圸 | 111010101010001010110010111011101101010010101011 | eaa2b2eed4ab |
UTF-8 | 蝣餓圸 | 111010001001110110100011111010011010010010010011111001011001110010111000 | e89da3e9a493e59cb8 |
UHC | ?餓? | 00111111111001001011101100111111 | 3fe4bb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)