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 | 褊野氛 | 111001011110110110010110111011001001111110000100 | e5ed96ec9f84 |
EUC-JP | 褊野氛 | 111010101110111111001100111011101101110111100100 | eaefcceedde4 |
UTF-8 | 褊野氛 | 111010001010010010001010111010011000011110001110111001101011000010011011 | e8a48ae9878ee6b09b |
UHC | ?野? | 00111111111001011010111100111111 | 3fe5af3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)