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 | 001111110011111101000101 | 3f3f45 |
SJIS-WIN | 竪揃E | 1001001001000111100100011011010101000101 | 924791b545 |
EUC-JP | 竪揃E | 1100001110101000110000101011011101000101 | c3a8c2b745 |
UTF-8 | 竪揃E | 11100111101010111010101011100110100011111000001101000101 | e7abaae68f8345 |
UHC | 竪?E | 11100010101101010011111101000101 | e2b53f45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)