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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 絮?薰絮?薰^ | 1110001101010000001111111111101110011110111000110101000000111111111110111001111001011110 | e3503ffb9ee3503ffb9e5e |
EUC-JP | 絮??絮??^ | 111001011011000100111111001111111110010110110001001111110011111101011110 | e5b13f3fe5b13f3f5e |
UTF-8 | 絮뤈薰絮뤈薰^ | 11100111101101011010111011101011101001001000100011101000100101101011000011100111101101011010111011101011101001001000100011101000100101101011000001011110 | e7b5aeeba488e896b0e7b5aeeba488e896b05e |
UHC | 絮뤈薰絮뤈薰^ | 11011111111111001000111110111000111111011011100111011111111111001000111110111000111111011011100101011110 | dffc8fb8fdb9dffc8fb8fdb95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)