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 | 雄凍 | 10010111010110011001001110000000 | 97599380 |
EUC-JP | 雄凍 | 11001101101110101100010111100000 | cdbac5e0 |
UTF-8 | 雄凍 | 111010011001101110000100111001011000011110001101 | e99b84e5878d |
UHC | 雄凍 | 11101010101010011101010011010000 | eaa9d4d0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)