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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 荏①? | 1000100101100000100001110100000000111111 | 896087403f |
EUC-JP | 荏?? | 10110001110000010011111100111111 | b1c13f3f |
UTF-8 | 荏①뵓 | 111010001000110110001111111000101001000110100000111010111011010110010011 | e88d8fe291a0ebb593 |
UHC | 荏①뵓 | 111011001111101110101000111001111001010010010101 | ecfba8e79495 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)