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 | ???F | 00111111001111110011111101000110 | 3f3f3f46 |
SJIS-WIN | 謔蛾㊧F | 11100110100000101000100111101001100001111000100001000110 | e68289e9878846 |
EUC-JP | 謔蛾?F | 111010111110001010110010111010110011111101000110 | ebe2b2eb3f46 |
UTF-8 | 謔蛾㊧F | 11101000101011001001010011101000100110111011111011100011100010101010011101000110 | e8ac94e89bbee38aa746 |
UHC | 謔蛾?F | 111110011100110011100100101101100011111101000110 | f9cce4b63f46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)