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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 扠谺扠嚶^ | 100111010100110011100110101011001001110101001100100110101000110101011110 | 9d4ce6ac9d4c9a8d5e |
EUC-JP | 扠谺扠嚶^ | 110110011010110111101100101011101101100110101101110100111110110101011110 | d9adecaed9add3ed5e |
UTF-8 | 扠谺扠嚶^ | 11100110100010011010000011101000101100001011101011100110100010011010000011100101100110101011011001011110 | e689a0e8b0bae689a0e59ab65e |
UHC | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)