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 | 跛キ奝 | 1110011011101010101101111111101010100010 | e6eab7faa2 |
EUC-JP | 跛キ奝 | 11101100111011001000111010110111100011111011100011111000 | ecec8eb78fb8f8 |
UTF-8 | 跛キ奝 | 111010001011011110011011111011111011110110110111111001011010010110011101 | e8b79befbdb7e5a59d |
UHC | 跛?? | 11110111111101010011111100111111 | f7f53f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)