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] | 00111111001111110100010101011101 | 3f3f455d |
SJIS-WIN | 竪孫E] | 100100100100011110010001101101110100010101011101 | 924791b7455d |
EUC-JP | 竪孫E] | 110000111010100011000010101110010100010101011101 | c3a8c2b9455d |
UTF-8 | 竪孫E] | 1110011110101011101010101110010110101101101010110100010101011101 | e7abaae5adab455d |
UHC | 竪孫E] | 111000101011010111100001110111010100010101011101 | e2b5e1dd455d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)