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 | 11100101101110001001100111101100100010111010010001000010 | e5b899ec8ba442 |
EUC-JP | 蟶呷共B | 11101010101110101101001011101110101101101010011001000010 | eabad2eeb6a642 |
UTF-8 | 蟶呷共B | 11101000100111111011011011100101100100011011011111100101100001011011000101000010 | e89fb6e591b7e585b142 |
UHC | ??共B | 0011111100111111110011011110110001000010 | 3f3fcdec42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)