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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 銕溷炎鞳 | 1110011111101100100111111110010110001001100010101110100011100011 | e7ec9fe5898ae8e3 |
EUC-JP | 銕溷炎鞳 | 1110111011101110110111101110011110110001111010101111000011100101 | eeeedee7b1eaf0e5 |
UTF-8 | 銕溷炎鞳 | 111010011000101010010101111001101011101010110111111001111000001010001110111010011001111010110011 | e98a95e6bab7e7828ee99eb3 |
UHC | ??炎? | 0011111100111111111001101111101000111111 | 3f3fe6fa3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)