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 | ¼Ö¼©ì | 1011110011010110101111001010100111101100 | bcd6bca9ec |
SJIS-WIN | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | ?Ö?©ì | 0011111110001111101010101101001100111111100011111010001011101101100011111010101111000000 | 3f8faad33f8fa2ed8fabc0 |
UTF-8 | ¼Ö¼©ì | 11000010101111001100001110010110110000101011110011000010101010011100001110101100 | c2bcc396c2bcc2a9c3ac |
UHC | ¼?¼?? | 10101000111110010011111110101000111110010011111100111111 | a8f93fa8f93f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)