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 | 隨ャ謗 | 1110011110101100101011001110011010001110 | e7acace68e |
EUC-JP | 隨ャ謗 | 111011101010111010001110101011001110101111101110 | eeae8eacebee |
UTF-8 | 隨ャ謗 | 111010011001101010101000111011111011110110101100111010001010110010010111 | e99aa8efbdace8ac97 |
UHC | 隨?謗 | 1110001011001011001111111101101110111111 | e2cb3fdbbf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)