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 | ?經?葛逞 | 0011111111100011010100110011111110001010100010111110011110010111 | 3fe3533f8a8be797 |
EUC-JP | 焌經?葛逞 | 10001111110010011110100011100101101101000011111110110011111010111110110111110111 | 8fc9e8e5b43fb3ebedf7 |
UTF-8 | 焌經렮葛逞 | 111001111000010010001100111001111011011010010011111010111010000010101110111010001001000110011011111010011000000010011110 | e7848ce7b693eba0aee8919be9809e |
UHC | 焌經렮葛逞 | 11110001111000001100110011101000100011101011101111001010111001111101011011000001 | f1e0cce88ebbcae7d6c1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)