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 | 跡畔踞 | 100100001101010110010100110010001110011011110101 | 90d594c8e6f5 |
EUC-JP | 跡畔踞 | 110000001101011111001000110010101110110011110111 | c0d7c8caecf7 |
UTF-8 | 跡畔踞 | 111010001011011110100001111001111001010110010100111010001011100010011110 | e8b7a1e79594e8b89e |
UHC | 跡畔踞 | 111011101110011011011010111011011100101111100110 | eee6daedcbe6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)