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 | 莊睡■鐔 | 1110010010110101100100001000011110000001101000011110100001011100 | e4b5908781a1e85c |
EUC-JP | 莊睡■鐔 | 1110100010110111101111111110011110100010101000111110111110111101 | e8b7bfe7a2a3efbd |
UTF-8 | 莊睡■鐔 | 111010001000111010001010111001111001110110100001111000101001011010100000111010011001000010010100 | e88e8ae79da1e296a0e99094 |
UHC | 莊睡■? | 11101101111101101110001010110010101000011110000100111111 | edf6e2b2a1e13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)