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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 鮏鮏^ | 111111000100001111110010111000111111110001000011111100101110001101011110 | fc43f2e3fc43f2e35e |
EUC-JP | 鮏?鮏?^ | 100011111110101011011011001111111000111111101010110110110011111101011110 | 8feadb3f8feadb3f5e |
UTF-8 | 鮏鮏^ | 11101001101011101000111111101110100010001001101011101001101011101000111111101110100010001001101001011110 | e9ae8fee889ae9ae8fee889a5e |
UHC | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)