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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 驪勇驪勇B | 111010011000101110010111010001011110100110001011100101110100010101000010 | e98b9745e98b974542 |
EUC-JP | 驪勇驪勇B | 111100011110101111001101101001101111000111101011110011011010011001000010 | f1ebcda6f1ebcda642 |
UTF-8 | 驪勇驪勇B | 11101001101010011010101011100101100010111000011111101001101010011010101011100101100010111000011101000010 | e9a9aae58b87e9a9aae58b8742 |
UHC | 驪勇驪勇B | 110101011111000111101001101110001101010111110001111010011011100001000010 | d5f1e9b8d5f1e9b842 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)