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 | 正譚正 | 100100001011001111100110100111011001000010110011 | 90b3e69d90b3 |
EUC-JP | 正譚正 | 110000001011010111101011111111011100000010110101 | c0b5ebfdc0b5 |
UTF-8 | 正譚正 | 111001101010110110100011111010001010110110011010111001101010110110100011 | e6ada3e8ad9ae6ada3 |
UHC | 正譚正 | 111011111110000111010011110010011110111111100001 | efe1d3c9efe1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)