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 | 豢第 | 11100110101101001001000111100110 | e6b491e6 |
EUC-JP | 豢第 | 11101100101101101100001011101000 | ecb6c2e8 |
UTF-8 | 豢第 | 111010001011000110100010111001111010110010101100 | e8b1a2e7acac |
UHC | ?第 | 001111111111000010101111 | 3ff0af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)