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 | ?b? | 001111110110001000111111 | 3f623f |
SJIS-WIN | 叩b叩 | 1001001001000000011000101001001001000000 | 9240629240 |
EUC-JP | 叩b叩 | 1100001110100001011000101100001110100001 | c3a162c3a1 |
UTF-8 | 叩b叩 | 11100101100011111010100101100010111001011000111110101001 | e58fa962e58fa9 |
UHC | 叩b叩 | 1100110110110000011000101100110110110000 | cdb062cdb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)