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 | ユ詭 | 110101011110011001101011 | d5e66b |
EUC-JP | ユ詭 | 10001110110101011110101111001100 | 8ed5ebcc |
UTF-8 | ユ詭 | 111011111011111010010101111010001010100110101101 | efbe95e8a9ad |
UHC | ?詭 | 001111111100111111111000 | 3fcff8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)