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 | ??H??wF | 00111111001111110100100000111111001111110111011101000110 | 3f3f483f3f7746 |
SJIS-WIN | 轤ュH蜿ゥwF | 111001111000001010101101010010001110010110001111101010010111011101000110 | e782ad48e58fa97746 |
EUC-JP | 轤ュH蜿ゥwF | 1110110111100010100011101010110101001000111010011110111110001110101010010111011101000110 | ede28ead48e9ef8ea97746 |
UTF-8 | 轤ュH蜿ゥwF | 111010001011110110100100111011111011110110101101010010001110100010011100101111111110111110111101101010010111011101000110 | e8bda4efbdad48e89cbfefbda97746 |
UHC | ??H??wF | 00111111001111110100100000111111001111110111011101000110 | 3f3f483f3f7746 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)