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 | 霍汽霍汽^ | 111010001011011110001011010001001110100010110111100010110100010001011110 | e8b78b44e8b78b445e |
EUC-JP | 霍汽霍汽^ | 111100001011100110110101101001011111000010111001101101011010010101011110 | f0b9b5a5f0b9b5a55e |
UTF-8 | 霍汽霍汽^ | 11101001100111001000110111100110101100011011110111101001100111001000110111100110101100011011110101011110 | e99c8de6b1bde99c8de6b1bd5e |
UHC | ?汽?汽^ | 00111111110100011010100100111111110100011010100101011110 | 3fd1a93fd1a95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)