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 | 鬢捺焔鄂イ | 111010011010010010010011111001101000100110001011111001111011110110110010 | e9a493e6898be7bdb2 |
EUC-JP | 鬢捺焔鄂イ | 11110010101001101100011011101000101100011110101111101110101111111000111010110010 | f2a6c6e8b1ebeebf8eb2 |
UTF-8 | 鬢捺焔鄂イ | 111010011010110010100010111001101000110110111010111001111000010010010100111010011000010010000010111011111011110110110010 | e9aca2e68dbae78494e98482efbdb2 |
UHC | ?捺?鄂? | 00111111110100011111010000111111111001001100011100111111 | 3fd1f43fe4c73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)