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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 竪??竪?? | 1001001001000111001111110011111110010010010001110011111100111111 | 92473f3f92473f3f |
EUC-JP | 竪??竪?? | 1100001110101000001111110011111111000011101010000011111100111111 | c3a83f3fc3a83f3f |
UTF-8 | 竪롛롏竪롛롏 | 111001111010101110101010111010111010000110011011111010111010000110001111111001111010101110101010111010111010000110011011111010111010000110001111 | e7abaaeba19beba18fe7abaaeba19beba18f |
UHC | 竪롛롏竪롛롏 | 111000101011010110001110110111111000111011010101111000101011010110001110110111111000111011010101 | e2b58edf8ed5e2b58edf8ed5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)