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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 遮羈 | 10001110110101011110001110110001 | 8ed5e3b1 |
EUC-JP | 遮羈 | 10111100110101111110011010110011 | bcd7e6b3 |
UTF-8 | 遮羈 | 111010011000000110101110111001111011111010001000 | e981aee7be88 |
UHC | 遮羈 | 11110011101101001101000110111100 | f3b4d1bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)