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 | èì¼å¸ | 1110100010011001100101011110110010000100101111001110010110111000 | e89995ec84bce5b8 |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | è??ì??å¸ | 10001111101010111011001000111111001111111000111110101011110000000011111100111111100011111010101110101001100011111010001010110001 | 8fabb23f3f8fabc03f3f8faba98fa2b1 |
UTF-8 | èì¼å¸ | 11000011101010001100001010011001110000101001010111000011101011001100001010000100110000101011110011000011101001011100001010111000 | c3a8c299c295c3acc284c2bcc3a5c2b8 |
UHC | ?????¼?¸ | 00111111001111110011111100111111001111111010100011111001001111111010001010101100 | 3f3f3f3f3fa8f93fa2ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)