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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?豌辯 | 0011111111100110101100001110011110000111 | 3fe6b0e787 |
EUC-JP | 淎豌辯 | 10001111110001111101100011101100101100101110110111100111 | 8fc7d8ecb2ede7 |
UTF-8 | 淎豌辯 | 111001101011011110001110111010001011000110001100111010001011111010101111 | e6b78ee8b18ce8beaf |
UHC | ?豌辯 | 0011111111101000110101011101110010101010 | 3fe8d5dcaa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)