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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 襍ヲ豎扇 | 11101000101101011010011011100110101100011001000011101110 | e8b5a6e6b190ee |
EUC-JP | 襍ヲ豎扇 | 1111000010110111100011101010011011101100101100111100000011110000 | f0b78ea6ecb3c0f0 |
UTF-8 | 襍ヲ豎扇 | 111010001010010110001101111011111011110110100110111010001011000110001110111001101000100110000111 | e8a58defbda6e8b18ee68987 |
UHC | ???扇 | 0011111100111111001111111110000010111111 | 3f3f3fe0bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)