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 | 闖エ菴 | 1110100010001111101101001110010010111101 | e88fb4e4bd |
EUC-JP | 闖エ菴 | 111011111110111110001110101101001110100010111111 | efef8eb4e8bf |
UTF-8 | 闖エ菴 | 111010011001011110010110111011111011110110110100111010001000111110110100 | e99796efbdb4e88fb4 |
UHC | 闖?菴 | 1111011111100110001111111110010011100000 | f7e63fe4e0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)