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 | ユ粲 | 110101011110001011101010 | d5e2ea |
EUC-JP | ユ粲 | 10001110110101011110010011101100 | 8ed5e4ec |
UTF-8 | ユ粲 | 111011111011111010010101111001111011001010110010 | efbe95e7b2b2 |
UHC | ?粲 | 001111111111001111000100 | 3ff3c4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)