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 | ???F | 00111111001111110011111101000110 | 3f3f3f46 |
SJIS-WIN | 磁蒔赧F | 10001110101001011000111010101010111001101101110101000110 | 8ea58eaae6dd46 |
EUC-JP | 磁蒔赧F | 10111100101001111011110010101100111011001101111101000110 | bca7bcacecdf46 |
UTF-8 | 磁蒔赧F | 11100111101000111000000111101000100100101001010011101000101101011010011101000110 | e7a381e89294e8b5a746 |
UHC | 磁蒔?F | 111011011011100011100011110010000011111101000110 | edb8e3c83f46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)