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 | æ»´~ | 11100110101110111011010001111110 | e6bbb47e |
SJIS-WIN | ??´~ | 0011111100111111100000010100110001111110 | 3f3f814c7e |
EUC-JP | æ?´~ | 10001111101010011100000100111111101000011010110101111110 | 8fa9c13fa1ad7e |
UTF-8 | æ»´~ | 11000011101001101100001010111011110000101011010001111110 | c3a6c2bbc2b47e |
UHC | æ?´~ | 101010011010000100111111101000101010010101111110 | a9a13fa2a57e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)