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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?貍瑤 | 0011111111100110101111001110101010100010 | 3fe6bceaa2 |
EUC-JP | 澰貍瑤 | 10001111110010001111011111101100101111101111010010100100 | 8fc8f7ecbef4a4 |
UTF-8 | 澰貍瑤 | 111001101011111010110000111010001011001010001101111001111001000110100100 | e6beb0e8b28de791a4 |
UHC | ??瑤 | 00111111001111111110100011111101 | 3f3fe8fd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)