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 | 竪??綏 | 100100100100011100111111001111111110001101010110 | 92473f3fe356 |
EUC-JP | 竪??綏 | 110000111010100000111111001111111110010110110111 | c3a83f3fe5b7 |
UTF-8 | 竪롛롏綏 | 111001111010101110101010111010111010000110011011111010111010000110001111111001111011011010001111 | e7abaaeba19beba18fe7b68f |
UHC | 竪롛롏綏 | 1110001010110101100011101101111110001110110101011110001010110111 | e2b58edf8ed5e2b7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)