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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 韆跛 | 11101000111001101110011011101010 | e8e6e6ea |
EUC-JP | 韆跛 | 11110000111010001110110011101100 | f0e8ecec |
UTF-8 | 韆跛 | 111010011001111110000110111010001011011110011011 | e99f86e8b79b |
UHC | 韆跛 | 11110100110001111111011111110101 | f4c7f7f5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)