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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | ?鴨^ | 00111111100010101001101101011110 | 3f8a9b5e |
EUC-JP | 侁鴨^ | 100011111011000011111100101100111111101101011110 | 8fb0fcb3fb5e |
UTF-8 | 侁鴨^ | 11100100101111101000000111101001101101001010100001011110 | e4be81e9b4a85e |
UHC | 侁鴨^ | 1110001111100000111001001110010101011110 | e3e0e4e55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)