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 | 罟l乙 | 111000111010100010000010100011001000100110110011 | e3a8828c89b3 |
EUC-JP | 罟l乙 | 111001101010101010100011111011001011001010110101 | e6aaa3ecb2b5 |
UTF-8 | 罟l乙 | 111001111011110110011111111011111011110110001100111001001011100110011001 | e7bd9fefbd8ce4b999 |
UHC | ?l乙 | 0011111110100011111011001110101111100000 | 3fa3ecebe0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)