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 | 螳郁麿 | 111001011010111010001000111010001001011010011011 | e5ae88e8969b |
EUC-JP | 螳郁麿 | 111010101011000010110000111010101100101111111011 | eab0b0eacbfb |
UTF-8 | 螳郁麿 | 111010001001111010110011111010011000001110000001111010011011101010111111 | e89eb3e98381e9babf |
UHC | 螳郁? | 1101001111011001111010011111010000111111 | d3d9e9f43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)