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 | 雍泥雍泥^ | 111010001011010010010011010001001110100010110100100100110100010001011110 | e8b49344e8b493445e |
EUC-JP | 雍泥雍泥^ | 111100001011011011000101101001011111000010110110110001011010010101011110 | f0b6c5a5f0b6c5a55e |
UTF-8 | 雍泥雍泥^ | 11101001100110111000110111100110101100111010010111101001100110111000110111100110101100111010010101011110 | e99b8de6b3a5e99b8de6b3a55e |
UHC | 雍泥雍泥^ | 111010001011110011010010111110101110100010111100110100101111101001011110 | e8bcd2fae8bcd2fa5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)