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 | 1000111110101011111001010100111101001000 | 8fabe54f48 |
EUC-JP | 将薜H | 1011111010101101111010011011000001001000 | beade9b048 |
UTF-8 | 将薜H | 11100101101100001000011011101000100101101001110001001000 | e5b086e8969c48 |
UHC | ??H | 001111110011111101001000 | 3f3f48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)