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 | 綣焔す赧傑 | 11100011010110111000100110001011100000101011011111100110110111011000110010000110 | e35b898b82b7e6dd8c86 |
EUC-JP | 綣焔す赧傑 | 11100101101111001011000111101011101001001011100111101100110111111011011111100110 | e5bcb1eba4b9ecdfb7e6 |
UTF-8 | 綣焔す赧傑 | 111001111011011010100011111001111000010010010100111000111000000110011001111010001011010110100111111001011000001010010001 | e7b6a3e78494e38199e8b5a7e58291 |
UHC | ??す?傑 | 00111111001111111010101010111001001111111100101111111000 | 3f3faab93fcbf8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)