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 | ????BF | 001111110011111100111111001111110100001001000110 | 3f3f3f3f4246 |
SJIS-WIN | 荳ケ豁纂BF | 111001001011100010111001111001101010110110001110010110110100001001000110 | e4b8b9e6ad8e5b4246 |
EUC-JP | 荳ケ豁纂BF | 11101000101110101000111010111001111011001010111110111011101111000100001001000110 | e8ba8eb9ecafbbbc4246 |
UTF-8 | 荳ケ豁纂BF | 1110100010001101101100111110111110111101101110011110100010110001100000011110011110111010100000100100001001000110 | e88db3efbdb9e8b181e7ba824246 |
UHC | 荳?豁纂BF | 110101001110010100111111111111001100001111110011110000110100001001000110 | d4e53ffcc3f3c34246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)