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 | 遭?揄 | 1001000110011000001111111001110110001001 | 91983f9d89 |
EUC-JP | 遭?揄 | 1100000111111000001111111101100111101001 | c1f83fd9e9 |
UTF-8 | 遭섦揄 | 111010011000000110101101111011001000010010100110111001101000111110000100 | e981adec84a6e68f84 |
UHC | 遭섦揄 | 111100001110010010111100101101001110101011110001 | f0e4bcb4eaf1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)