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 | ¼Ó¼Ì¾ | 1011110011010011101111001100110010111110 | bcd3bcccbe |
SJIS-WIN | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | ?Ó?Ì? | 001111111000111110101010110100010011111110001111101010101100000000111111 | 3f8faad13f8faac03f |
UTF-8 | ¼Ó¼Ì¾ | 11000010101111001100001110010011110000101011110011000011100011001100001010111110 | c2bcc393c2bcc38cc2be |
UHC | ¼?¼?¾ | 1010100011111001001111111010100011111001001111111010100011111010 | a8f93fa8f93fa8fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)