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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 袗擎B | 11100101110101011111100111101011111110101100110001000010 | e5d5f9ebfacc42 |
EUC-JP | 袗?擎B | 11101010110101110011111110001111110000011010011001000010 | ead73f8fc1a642 |
UTF-8 | 袗擎B | 11101000101000101001011111101110100111011000011011100110100100111000111001000010 | e8a297ee9d86e6938e42 |
UHC | 袗?擎B | 111100101101111100111111110011001101011001000010 | f2df3fccd642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)