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 | 闕危ヲ | 1110100010001101100010101110101110100110 | e88d8aeba6 |
EUC-JP | 闕危ヲ | 111011111110110110110100111011011000111010100110 | efedb4ed8ea6 |
UTF-8 | 闕危ヲ | 111010011001011110010101111001011000110110110001111011111011110110100110 | e99795e58db1efbda6 |
UHC | 闕危? | 1100111111110100111010101100101100111111 | cff4eacb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)