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 | 灌鴃^ | 1001111111110011111010011110111001011110 | 9ff3e9ee5e |
EUC-JP | 灌鴃^ | 1101111011110101111100101111000001011110 | def5f2f05e |
UTF-8 | 灌鴃^ | 11100111100000011000110011101001101101001000001101011110 | e7818ce9b4835e |
UHC | 灌?^ | 11001110101101000011111101011110 | ceb43f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)