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 | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 稈稈稈稈B | 111000100110001011100010011000101110001001100010111000100110001001000010 | e262e262e262e26242 |
EUC-JP | 稈稈稈稈B | 111000111100001111100011110000111110001111000011111000111100001101000010 | e3c3e3c3e3c3e3c342 |
UTF-8 | 稈稈稈稈B | 11100111101010001000100011100111101010001000100011100111101010001000100011100111101010001000100001000010 | e7a888e7a888e7a888e7a88842 |
UHC | 稈稈稈稈B | 110010101101100111001010110110011100101011011001110010101101100101000010 | cad9cad9cad9cad942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)