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 | 雍党雍怒^ | 111010001011010010010011011111011110100010110100100100110111101101011110 | e8b4937de8b4937b5e |
EUC-JP | 雍党雍怒^ | 111100001011011011000101110111101111000010110110110001011101110001011110 | f0b6c5def0b6c5dc5e |
UTF-8 | 雍党雍怒^ | 11101001100110111000110111100101100001011001101011101001100110111000110111100110100000001001001001011110 | e99b8de5859ae99b8de680925e |
UHC | 雍?雍怒^ | 1110100010111100001111111110100010111100110100101100000101011110 | e8bc3fe8bcd2c15e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)