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 | 銕溷炎鞳ャ | 111001111110110010011111111001011000100110001010111010001110001110101100 | e7ec9fe5898ae8e3ac |
EUC-JP | 銕溷炎鞳ャ | 11101110111011101101111011100111101100011110101011110000111001011000111010101100 | eeeedee7b1eaf0e58eac |
UTF-8 | 銕溷炎鞳ャ | 111010011000101010010101111001101011101010110111111001111000001010001110111010011001111010110011111011111011110110101100 | e98a95e6bab7e7828ee99eb3efbdac |
UHC | ??炎?? | 001111110011111111100110111110100011111100111111 | 3f3fe6fa3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)