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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 磁蒔赧B | 10001110101001011000111010101010111001101101110101000010 | 8ea58eaae6dd42 |
EUC-JP | 磁蒔赧B | 10111100101001111011110010101100111011001101111101000010 | bca7bcacecdf42 |
UTF-8 | 磁蒔赧B | 11100111101000111000000111101000100100101001010011101000101101011010011101000010 | e7a381e89294e8b5a742 |
UHC | 磁蒔?B | 111011011011100011100011110010000011111101000010 | edb8e3c83f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)