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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 猥????? | 11100000110011100011111100111111001111110011111100111111 | e0ce3f3f3f3f3f |
EUC-JP | 猥??沅?? | 111000001101000000111111001111111000111111000110111010010011111100111111 | e0d03f3f8fc6e93f3f |
UTF-8 | 猥롫낌沅볣썒 | 111001111000110010100101111010111010000110101011111010111000001010001100111001101011001010000101111010111011001110100011111011001000110110010010 | e78ca5eba1abeb828ce6b285ebb3a3ec8d92 |
UHC | 猥롫낌沅볣썒 | 111010001110010110001110111010111011001110100110111010101011011010010011111010011001101110000101 | e8e58eebb3a6eab693e99b85 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)