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 | ??B | 001111110011111101000010 | 3f3f42 |
SJIS-WIN | 修宣B | 1000111101000011100100001110100101000010 | 8f4390e942 |
EUC-JP | 修宣B | 1011110110100100110000001110101101000010 | bda4c0eb42 |
UTF-8 | 修宣B | 11100100101111111010111011100101101011101010001101000010 | e4bfaee5aea342 |
UHC | 修宣B | 1110000111110011111000001011111001000010 | e1f3e0be42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)