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 | 闖エ雍 | 1110100010001111101101001110100010110100 | e88fb4e8b4 |
EUC-JP | 闖エ雍 | 111011111110111110001110101101001111000010110110 | efef8eb4f0b6 |
UTF-8 | 闖エ雍 | 111010011001011110010110111011111011110110110100111010011001101110001101 | e99796efbdb4e99b8d |
UHC | 闖?雍 | 1111011111100110001111111110100010111100 | f7e63fe8bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)