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 | 闖エ霆 | 1110100010001111101101001110100010111011 | e88fb4e8bb |
EUC-JP | 闖エ霆 | 111011111110111110001110101101001111000010111101 | efef8eb4f0bd |
UTF-8 | 闖エ霆 | 111010011001011110010110111011111011110110110100111010011001110010000110 | e99796efbdb4e99c86 |
UHC | 闖?霆 | 1111011111100110001111111110111111111101 | f7e63feffd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)