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 | ????E | 0011111100111111001111110011111101000101 | 3f3f3f3f45 |
SJIS-WIN | 瀟腱瀟遼E | 111000000110111011100100010001101110000001101110100101111100100101000101 | e06ee446e06e97c945 |
EUC-JP | 瀟腱瀟遼E | 110111111100111111100111101001111101111111001111110011101100101101000101 | dfcfe7a7dfcfcecb45 |
UTF-8 | 瀟腱瀟遼E | 11100111100000001001111111101000100001011011000111100111100000001001111111101001100000011011110001000101 | e7809fe885b1e7809fe981bc45 |
UHC | 瀟腱瀟遼E | 111000011011111011001011111100101110000110111110110101111010000101000101 | e1becbf2e1bed7a145 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)