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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 将茖濾 | 100011111010101111100100101000011110000001101000 | 8fabe4a1e068 |
EUC-JP | 将茖濾 | 101111101010110111101000101000111101111111001001 | beade8a3dfc9 |
UTF-8 | 将茖濾 | 111001011011000010000110111010001000110010010110111001101011111110111110 | e5b086e88c96e6bfbe |
UHC | ??濾 | 00111111001111111101010111101011 | 3f3fd5eb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)