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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | ?凹?凹^ | 00111111100010011001101000111111100010011001101001011110 | 3f899a3f899a5e |
EUC-JP | ?凹?凹^ | 00111111101100011111101000111111101100011111101001011110 | 3fb1fa3fb1fa5e |
UTF-8 | 黎凹黎凹^ | 11101111101001101000100111100101100001111011100111101111101001101000100111100101100001111011100101011110 | efa689e587b9efa689e587b95e |
UHC | 黎凹黎凹^ | 111001101011000111101000111010101110011010110001111010001110101001011110 | e6b1e8eae6b1e8ea5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)