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 | 蓼括 | 11100100111110001000101010000111 | e4f88a87 |
EUC-JP | 蓼括 | 11101000111110101011001111100111 | e8fab3e7 |
UTF-8 | 蓼括 | 111010001001001110111100111001101000101110101100 | e893bce68bac |
UHC | 蓼括 | 11010110111111101100111011000000 | d6fecec0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)