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 | 照緕。捨 | 10001111110001101110001110001110101000011000111011001100 | 8fc6e38ea18ecc |
EUC-JP | 照緕。捨 | 1011111011001000111001011110111010001110101000011011110011001110 | bec8e5ee8ea1bcce |
UTF-8 | 照緕。捨 | 111001111000010110100111111001111011011110010101111011111011110110100001111001101000110110101000 | e785a7e7b795efbda1e68da8 |
UHC | 照??捨 | 111100001100111000111111001111111101111011010111 | f0ce3f3fded7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)