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 | ???e^ | 0011111100111111001111110110010101011110 | 3f3f3f655e |
SJIS-WIN | 竪湛即e^ | 1001001001000111100100100101100010010001101001100110010101011110 | 9247925891a6655e |
EUC-JP | 竪湛即e^ | 1100001110101000110000111011100111000010101010000110010101011110 | c3a8c3b9c2a8655e |
UTF-8 | 竪湛即e^ | 1110011110101011101010101110011010111001100110111110010110001101101100110110010101011110 | e7abaae6b99be58db3655e |
UHC | 竪湛?e^ | 11100010101101011101001111000000001111110110010101011110 | e2b5d3c03f655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)