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 | 夭界廛 | 100110101110111010001010010001011001110001000100 | 9aee8a459c44 |
EUC-JP | 夭界廛 | 110101001111000010110011101001101101011110100101 | d4f0b3a6d7a5 |
UTF-8 | 夭界廛 | 111001011010010010101101111001111001010110001100111001011011101110011011 | e5a4ade7958ce5bb9b |
UHC | 夭界廛 | 111010001110110011001101101000111110111011111000 | e8eccda3eef8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)