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 | ?鎖? | 00111111100011011011110100111111 | 3f8dbd3f |
EUC-JP | 轝鎖? | 100011111110000110101010101110101011111100111111 | 8fe1aababf3f |
UTF-8 | 轝鎖꽢 | 111010001011110110011101111010011000111010010110111010101011110110100010 | e8bd9de98e96eabda2 |
UHC | 轝鎖꽢 | 111001101010110011100001111100001000010010101111 | e6ace1f084af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)