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 | 猥??欲 | 111000001100111000111111001111111001011101111110 | e0ce3f3f977e |
EUC-JP | 猥??欲 | 111000001101000000111111001111111100110111011111 | e0d03f3fcddf |
UTF-8 | 猥뗧뮧欲 | 111001111000110010100101111010111001011110100111111010111010111010100111111001101010110010110010 | e78ca5eb97a7ebaea7e6acb2 |
UHC | 猥뗧뮧欲 | 1110100011100101100010111110011110010010101100101110100110110000 | e8e58be792b2e9b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)