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 | 昕岺 | 11111010110011111111101010101101 | facffaad |
EUC-JP | 昕岺 | 100011111100000111111100100011111011101110111000 | 8fc1fc8fbbb8 |
UTF-8 | 昕岺 | 111001101001100010010101111001011011001010111010 | e69895e5b2ba |
UHC | 昕岺 | 11111101110110101101011010111001 | fddad6b9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)