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 | ÀÖ¼ÓÈ | 1100000011010110101111001101001111001000 | c0d6bcd3c8 |
SJIS-WIN | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | ÀÖ?ÓÈ | 10001111101010101010001010001111101010101101001100111111100011111010101011010001100011111010101010110010 | 8faaa28faad33f8faad18faab2 |
UTF-8 | ÀÖ¼ÓÈ | 11000011100000001100001110010110110000101011110011000011100100111100001110001000 | c380c396c2bcc393c388 |
UHC | ??¼?? | 001111110011111110101000111110010011111100111111 | 3f3fa8f93f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)