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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 蛭??? | 1001010101100111001111110011111100111111 | 95673f3f3f |
EUC-JP | 蛭??紈 | 11001001110010000011111100111111100011111101001111001101 | c9c83f3f8fd3cd |
UTF-8 | 蛭서뤚紈 | 111010001001101110101101111011001000010010011100111010111010010010011010111001111011010010001000 | e89badec849ceba49ae7b488 |
UHC | 蛭서뤚紈 | 1111001011110100101111001010110110001111110010011111110010111100 | f2f4bcad8fc9fcbc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)