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 | «¡REE | 100011111010101110100001010100100100010101000101 | 8faba1524545 |
SJIS-WIN | ???REE | 001111110011111100111111010100100100010101000101 | 3f3f3f524545 |
EUC-JP | ??¡REE | 0011111100111111100011111010001011000010010100100100010101000101 | 3f3f8fa2c2524545 |
UTF-8 | «¡REE | 110000101000111111000010101010111100001010100001010100100100010101000101 | c28fc2abc2a1524545 |
UHC | ??¡REE | 00111111001111111010001010101110010100100100010101000101 | 3f3fa2ae524545 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)