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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 荏絅?證 | 10001001011000001110001101000100001111111110011010011010 | 8960e3443fe69a |
EUC-JP | 荏絅?證 | 10110001110000011110010110100101001111111110101111111010 | b1c1e5a53febfa |
UTF-8 | 荏絅톰證 | 111010001000110110001111111001111011010110000101111011011000011010110000111010001010110110001001 | e88d8fe7b585ed86b0e8ad89 |
UHC | 荏絅톰證 | 1110110011111011110011001110011111000101111010001111000111111011 | ecfbcce7c5e8f1fb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)