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 | ??\ | 001111110011111101011100 | 3f3f5c |
SJIS-WIN | 禝秕\ | 1110001001010100111000100101110101011100 | e254e25d5c |
EUC-JP | 禝秕\ | 1110001110110101111000111011111001011100 | e3b5e3be5c |
UTF-8 | 禝秕\ | 11100111101001101001110111100111101001111001010101011100 | e7a69de7a7955c |
UHC | ?秕\ | 00111111110111011111100101011100 | 3fddf95c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)