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 | 夭界霰 | 100110101110111010001010010001011110100011000101 | 9aee8a45e8c5 |
EUC-JP | 夭界霰 | 110101001111000010110011101001101111000011000111 | d4f0b3a6f0c7 |
UTF-8 | 夭界霰 | 111001011010010010101101111001111001010110001100111010011001110010110000 | e5a4ade7958ce99cb0 |
UHC | 夭界霰 | 111010001110110011001101101000111101111110101100 | e8eccda3dfac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)