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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 矗呱」カ | 111000011101111010011001111010111010001110110110 | e1de99eba3b6 |
EUC-JP | 矗呱」カ | 1110001011100000110100101110110110001110101000111000111010110110 | e2e0d2ed8ea38eb6 |
UTF-8 | 矗呱」カ | 111001111001111110010111111001011001000110110001111011111011110110100011111011111011110110110110 | e79f97e591b1efbda3efbdb6 |
UHC | 矗呱?? | 111101011011100011001101101100100011111100111111 | f5b8cdb23f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)