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 | ¼Ü»³ | 1011110011011100100011111011101110110011 | bcdc8fbbb3 |
SJIS-WIN | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | ?Ü??? | 00111111100011111010101011100100001111110011111100111111 | 3f8faae43f3f3f |
UTF-8 | ¼Ü»³ | 11000010101111001100001110011100110000101000111111000010101110111100001010110011 | c2bcc39cc28fc2bbc2b3 |
UHC | ¼???³ | 10101000111110010011111100111111001111111010100111111000 | a8f93f3f3fa9f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)