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 | ??\ | 001111110011111101011100 | 3f3f5c |
SJIS-WIN | 渙鬣\ | 1001111111010000111010011010010101011100 | 9fd0e9a55c |
EUC-JP | 渙鬣\ | 1101111011010010111100101010011101011100 | ded2f2a75c |
UTF-8 | 渙鬣\ | 11100110101110001001100111101001101011001010001101011100 | e6b899e9aca35c |
UHC | 渙?\ | 11111100101110010011111101011100 | fcb93f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)