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 | 鬯ゥ邇イ蝙 | 1110100110101100101010011110011110001110101100101110010110011110 | e9aca9e78eb2e59e |
EUC-JP | 鬯ゥ邇イ蝙 | 11110010101011101000111010101001111011011110111010001110101100101110100111111110 | f2ae8ea9edee8eb2e9fe |
UTF-8 | 鬯ゥ邇イ蝙 | 111010011010110010101111111011111011110110101001111010011000001010000111111011111011110110110010111010001001110110011001 | e9acafefbda9e98287efbdb2e89d99 |
UHC | ??邇?? | 001111110011111111101100110001000011111100111111 | 3f3fecc43f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)