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 | 予靄? | 1001011101011100111010001100100100111111 | 975ce8c93f |
EUC-JP | 予靄? | 1100110110111101111100001100101100111111 | cdbdf0cb3f |
UTF-8 | 予靄욮 | 111001001011101010001000111010011001110110000100111011001001101010101110 | e4ba88e99d84ec9aae |
UHC | 予靄욮 | 111001011111100011100100111101111001111101000110 | e5f8e4f79f46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)