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 | 蝴エ蟆 | 1110010110011010101101001110010110110000 | e59ab4e5b0 |
EUC-JP | 蝴エ蟆 | 111010011111101010001110101101001110101010110010 | e9fa8eb4eab2 |
UTF-8 | 蝴エ蟆 | 111010001001110110110100111011111011110110110100111010001001111110000110 | e89db4efbdb4e89f86 |
UHC | 蝴?? | 11111011110111010011111100111111 | fbdd3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)