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 | 赳寂c | 111001101110000010001110111000101000001010000011 | e6e08ee28283 |
EUC-JP | 赳寂c | 111011001110001010111100111001001010001111100011 | ece2bce4a3e3 |
UTF-8 | 赳寂c | 111010001011010110110011111001011010111110000010111011111011110110000011 | e8b5b3e5af82efbd83 |
UHC | 赳寂c | 110100001010111111101110110101101010001111100011 | d0afeed6a3e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)