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 | ????E^ | 001111110011111100111111001111110100010101011110 | 3f3f3f3f455e |
SJIS-WIN | 湿赦湿斜E^ | 10001110101111001000111011001101100011101011110010001110110011100100010101011110 | 8ebc8ecd8ebc8ece455e |
EUC-JP | 湿赦湿斜E^ | 10111100101111101011110011001111101111001011111010111100110100000100010101011110 | bcbebccfbcbebcd0455e |
UTF-8 | 湿赦湿斜E^ | 1110011010111001101111111110100010110101101001101110011010111001101111111110011010010110100111000100010101011110 | e6b9bfe8b5a6e6b9bfe6969c455e |
UHC | ?赦?斜E^ | 0011111111011110111101010011111111011110110110000100010101011110 | 3fdef53fded8455e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)