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 | ヒ韋カ | 11001011111010001110100010110110 | cbe8e8b6 |
EUC-JP | ヒ韋カ | 100011101100101111110000111010101000111010110110 | 8ecbf0ea8eb6 |
UTF-8 | ヒ韋カ | 111011111011111010001011111010011001111110001011111011111011110110110110 | efbe8be99f8befbdb6 |
UHC | ?韋? | 00111111111010101101111100111111 | 3feadf3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)