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 | 10011100101001110011111110011100101001110011111101000010 | 9ca73f9ca73f42 |
EUC-JP | 悸?悸?B | 11011000101010010011111111011000101010010011111101000010 | d8a93fd8a93f42 |
UTF-8 | 悸낯悸낯B | 11100110100000101011100011101011100000101010111111100110100000101011100011101011100000101010111101000010 | e682b8eb82afe682b8eb82af42 |
UHC | 悸낯悸낯B | 110011001111101110110011101110001100110011111011101100111011100001000010 | ccfbb3b8ccfbb3b842 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)