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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 諤冂^ | 1110011010000000100110010110001101011110 | e68099635e |
EUC-JP | 諤冂^ | 1110101111100000110100011100010001011110 | ebe0d1c45e |
UTF-8 | 諤冂^ | 11101000101010111010010011100101100001101000001001011110 | e8aba4e586825e |
UHC | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)