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 | 雍溢ョ懈 | 11101000101101001000100011101100101011101001110011100110 | e8b488ecae9ce6 |
EUC-JP | 雍溢ョ懈 | 1111000010110110101100001110111010001110101011101101100011101000 | f0b6b0ee8eaed8e8 |
UTF-8 | 雍溢ョ懈 | 111010011001101110001101111001101011101010100010111011111011110110101110111001101000011110001000 | e99b8de6baa2efbdaee68788 |
UHC | 雍溢?懈 | 11101000101111001110110011101110001111111111101010101011 | e8bcecee3ffaab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)