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 | ィ奝蹠 | 1010100011111010101000101110011101000111 | a8faa2e747 |
EUC-JP | ィ奝蹠 | 10001110101010001000111110111000111110001110110110101000 | 8ea88fb8f8eda8 |
UTF-8 | ィ奝蹠 | 111011111011110110101000111001011010010110011101111010001011100110100000 | efbda8e5a59de8b9a0 |
UHC | ??蹠 | 00111111001111111111010010110010 | 3f3ff4b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)