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 | 竪??竪 | 100100100100011100111111001111111001001001000111 | 92473f3f9247 |
EUC-JP | 竪??竪 | 110000111010100000111111001111111100001110101000 | c3a83f3fc3a8 |
UTF-8 | 竪롛롏竪 | 111001111010101110101010111010111010000110011011111010111010000110001111111001111010101110101010 | e7abaaeba19beba18fe7abaa |
UHC | 竪롛롏竪 | 1110001010110101100011101101111110001110110101011110001010110101 | e2b58edf8ed5e2b5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)