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 | 彧呱、 | 1111101010111001100110011110101110100100 | fab999eba4 |
EUC-JP | 彧呱、 | 10001111101111001111111011010010111011011000111010100100 | 8fbcfed2ed8ea4 |
UTF-8 | 彧呱、 | 111001011011110110100111111001011001000110110001111011111011110110100100 | e5bda7e591b1efbda4 |
UHC | 彧呱? | 1110100111101110110011011011001000111111 | e9eecdb23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)