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 | ??H | 001111110011111101001000 | 3f3f48 |
SJIS-WIN | 跛ゥH | 11100110111010101010100101001000 | e6eaa948 |
EUC-JP | 跛ゥH | 1110110011101100100011101010100101001000 | ecec8ea948 |
UTF-8 | 跛ゥH | 11101000101101111001101111101111101111011010100101001000 | e8b79befbda948 |
UHC | 跛?H | 11110111111101010011111101001000 | f7f53f48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)