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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 雹勺辞^ | 11101000101110011000111011011001100011101010101101011110 | e8b98ed98eab5e |
EUC-JP | 雹勺辞^ | 11110000101110111011110011011011101111001010110101011110 | f0bbbcdbbcad5e |
UTF-8 | 雹勺辞^ | 11101001100110111011100111100101100010111011101011101000101111101001111001011110 | e99bb9e58bbae8be9e5e |
UHC | 雹勺?^ | 110110101101111111101101110000110011111101011110 | dadfedc33f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)