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 | 邂?\ | 11100111101011100011111101011100 | e7ae3f5c |
EUC-JP | 邂?\ | 11101110101100000011111101011100 | eeb03f5c |
UTF-8 | 邂렠\ | 11101001100000101000001011101011101000001010000001011100 | e98282eba0a05c |
UHC | 邂렠\ | 1111101010110011100011101011000101011100 | fab38eb15c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)