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 | 悌?鬱貊 | 10010010111011100011111110011111010101001110011010111011 | 92ee3f9f54e6bb |
EUC-JP | 悌?鬱貊 | 11000100111100000011111111011101101101011110110010111101 | c4f03fddb5ecbd |
UTF-8 | 悌렩鬱貊 | 111001101000001010001100111010111010000010101001111010011010110010110001111010001011001010001010 | e6828ceba0a9e9acb1e8b28a |
UHC | 悌렩鬱貊 | 1111000010101010100011101011011111101010101001101101100011100111 | f0aa8eb7eaa6d8e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)