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 | ??ß] | 00111111001111111101111101011101 | 3f3fdf5d |
SJIS-WIN | ???] | 00111111001111110011111101011101 | 3f3f3f5d |
EUC-JP | ??ß] | 001111110011111110001111101010011100111001011101 | 3f3f8fa9ce5d |
UTF-8 | 룴컦ß] | 111010111010001110110100111011001011101110100110110000111001111101011101 | eba3b4ecbba6c39f5d |
UHC | 룴컦ß] | 10001111101010011011000010001111101010011010110001011101 | 8fa9b08fa9ac5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)