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 | 称鴦、 | 10001111110011001110100111110001111100101011010010100100 | 8fcce9f1f2b4a4 |
EUC-JP | 称鴦?、 | 10111110110011101111001011110011001111111000111010100100 | becef2f33f8ea4 |
UTF-8 | 称鴦、 | 111001111010011110110000111010011011010010100110111011101000011110101011111011111011110110100100 | e7a7b0e9b4a6ee87abefbda4 |
UHC | ?鴦?? | 0011111111100100111011000011111100111111 | 3fe4ec3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)