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 | 豎先雷 | 111001101011000110010000111001101001011110001011 | e6b190e6978b |
EUC-JP | 豎先雷 | 111011001011001111000000111010001100110111101011 | ecb3c0e8cdeb |
UTF-8 | 豎先雷 | 111010001011000110001110111001011000010110001000111010011001101110110111 | e8b18ee58588e99bb7 |
UHC | ?先雷 | 0011111111100000101110111101011011110100 | 3fe0bbd6f4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)