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 | 袙簫庠^ | 11100101110110001110001011010010100110111111011101011110 | e5d8e2d29bf75e |
EUC-JP | 袙簫庠^ | 11101010110110101110010011010100110101101111100101011110 | eadae4d4d6f95e |
UTF-8 | 袙簫庠^ | 11101000101000101001100111100111101100001010101111100101101110101010000001011110 | e8a299e7b0abe5baa05e |
UHC | ?簫庠^ | 001111111110000111000111110111111100101001011110 | 3fe1c7dfca5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)