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 | ?}?{^ | 0011111101111101001111110111101101011110 | 3f7d3f7b5e |
SJIS-WIN | 俗}俗{^ | 10010001101011010111110110010001101011010111101101011110 | 91ad7d91ad7b5e |
EUC-JP | 俗}俗{^ | 11000010101011110111110111000010101011110111101101011110 | c2af7dc2af7b5e |
UTF-8 | 俗}俗{^ | 111001001011111110010111011111011110010010111111100101110111101101011110 | e4bf977de4bf977b5e |
UHC | 俗}俗{^ | 11100001110101000111110111100001110101000111101101011110 | e1d47de1d47b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)