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 | 鍮?? | 11101000010010100011111100111111 | e84a3f3f |
EUC-JP | 鍮?? | 11101111101010110011111100111111 | efab3f3f |
UTF-8 | 鍮좊쨽 | 111010011000110110101110111011001010001010001010111011001010100010111101 | e98daeeca28aeca8bd |
UHC | 鍮좊쨽 | 111010111011100110100000111010111010010010010111 | ebb9a0eba497 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)