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 | ??o | 001111110011111101101111 | 3f3f6f |
SJIS-WIN | 衙?o | 11100101110010010011111101101111 | e5c93f6f |
EUC-JP | 衙潚o | 111010101100101110001111110010001101101001101111 | eacb8fc8da6f |
UTF-8 | 衙潚o | 11101000101000011001100111100110101111011001101001101111 | e8a199e6bd9a6f |
UHC | 衙潚o | 1110010010110111111000101101100001101111 | e4b7e2d86f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)