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 | Ã¼è¸ | 11000011101111001110100010111000 | c3bce8b8 |
SJIS-WIN | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | Ã?è¸ | 10001111101010101010101000111111100011111010101110110010100011111010001010110001 | 8faaaa3f8fabb28fa2b1 |
UTF-8 | Ã¼è¸ | 1100001110000011110000101011110011000011101010001100001010111000 | c383c2bcc3a8c2b8 |
UHC | ?¼?¸ | 001111111010100011111001001111111010001010101100 | 3fa8f93fa2ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)