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 | 跛唯 | 11100110111010101001011101000010 | e6ea9742 |
EUC-JP | 跛唯 | 11101100111011001100110110100011 | ececcda3 |
UTF-8 | 跛唯 | 111010001011011110011011111001011001010010101111 | e8b79be594af |
UHC | 跛唯 | 11110111111101011110101011100110 | f7f5eae6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)