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 | 彧晳諄 | 111110101011100111111010110110011110011001111000 | fab9fad9e678 |
EUC-JP | 彧晳諄 | 1000111110111100111111101000111111000010110001001110101111011001 | 8fbcfe8fc2c4ebd9 |
UTF-8 | 彧晳諄 | 111001011011110110100111111001101001100110110011111010001010101110000100 | e5bda7e699b3e8ab84 |
UHC | 彧晳諄 | 111010011110111011100000101011111110001011110100 | e9eee0afe2f4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)