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 | ¼Ó¼¤Y | 1011110011010011101111001010010001011001 | bcd3bca459 |
SJIS-WIN | ????Y | 0011111100111111001111110011111101011001 | 3f3f3f3f59 |
EUC-JP | ?Ó?¤Y | 001111111000111110101010110100010011111110001111101000101111000001011001 | 3f8faad13f8fa2f059 |
UTF-8 | ¼Ó¼¤Y | 110000101011110011000011100100111100001010111100110000101010010001011001 | c2bcc393c2bcc2a459 |
UHC | ¼?¼¤Y | 1010100011111001001111111010100011111001101000101011010001011001 | a8f93fa8f9a2b459 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)