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 | 11100110110000011001111111110011100111111110011101000010 | e6c19ff39fe742 |
EUC-JP | 戝灌溽B | 11101100110000111101111011110101110111101110100101000010 | ecc3def5dee942 |
UTF-8 | 戝灌溽B | 11100110100010001001110111100111100000011000110011100110101110101011110101000010 | e6889de7818ce6babd42 |
UHC | ?灌?B | 0011111111001110101101000011111101000010 | 3fceb43f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)