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 | 揖秡\ | 1001011101001011111000100110000001011100 | 974be2605c |
EUC-JP | 揖秡\ | 1100110110101100111000111100000101011100 | cdace3c15c |
UTF-8 | 揖秡\ | 11100110100011111001011011100111101001111010000101011100 | e68f96e7a7a15c |
UHC | 揖?\ | 11101011111001110011111101011100 | ebe73f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)