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 | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | ?惺?惺B | 00111111100111001011011100111111100111001011011101000010 | 3f9cb73f9cb742 |
EUC-JP | ?惺?惺B | 00111111110110001011100100111111110110001011100101000010 | 3fd8b93fd8b942 |
UTF-8 | 卨惺卨惺B | 11100101100011011010100011100110100000111011101011100101100011011010100011100110100000111011101001000010 | e58da8e683bae58da8e683ba42 |
UHC | 卨惺卨惺B | 111000001101100111100000111101101110000011011001111000001111011001000010 | e0d9e0f6e0d9e0f642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)