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 | ィ奝蹐 | 1010100011111010101000101110011101000011 | a8faa2e743 |
EUC-JP | ィ奝蹐 | 10001110101010001000111110111000111110001110110110100100 | 8ea88fb8f8eda4 |
UTF-8 | ィ奝蹐 | 111011111011110110101000111001011010010110011101111010001011100110010000 | efbda8e5a59de8b990 |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)