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 | 夭界馮 | 100110101110111010001010010001011110100101100111 | 9aee8a45e967 |
EUC-JP | 夭界馮 | 110101001111000010110011101001101111000111001000 | d4f0b3a6f1c8 |
UTF-8 | 夭界馮 | 111001011010010010101101111001111001010110001100111010011010011010101110 | e5a4ade7958ce9a6ae |
UHC | 夭界馮 | 111010001110110011001101101000111111100110100111 | e8eccda3f9a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)