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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 鬯ィ蝓滓答 | 111010011010110010101000111001011001111110011111111001101001001110011010 | e9aca8e59f9fe6939a |
EUC-JP | 鬯ィ蝓滓答 | 11110010101011101000111010101000111010101010000111011110111010001100010111111010 | f2ae8ea8eaa1dee8c5fa |
UTF-8 | 鬯ィ蝓滓答 | 111010011010110010101111111011111011110110101000111010001001110110010011111001101011101110010011111001111010110110010100 | e9acafefbda8e89d93e6bb93e7ad94 |
UHC | ???滓答 | 00111111001111110011111111101110101010111101001111001101 | 3f3f3feeabd3cd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)