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 | ?®??®? | 001111111010111000111111001111111010111000111111 | 3fae3f3fae3f |
SJIS-WIN | 壯??壯?? | 1001101011100001001111110011111110011010111000010011111100111111 | 9ae13f3f9ae13f3f |
EUC-JP | 壯®?壯®? | 110101001110001110001111101000101110111000111111110101001110001110001111101000101110111000111111 | d4e38fa2ee3fd4e38fa2ee3f |
UTF-8 | 壯®떌壯®떌 | 11100101101000111010111111000010101011101110101110010110100011001110010110100011101011111100001010101110111010111001011010001100 | e5a3afc2aeeb968ce5a3afc2aeeb968c |
UHC | 壯®떌壯®떌 | 111011011110000010100010111001111000101110100010111011011110000010100010111001111000101110100010 | ede0a2e78ba2ede0a2e78ba2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)