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 | 梧?К堰 | 10001100111001100011111110000100010010111000100110000001 | 8ce63f844b8981 |
EUC-JP | 梧?К堰 | 10111000111010000011111110100111101011001011000111100001 | b8e83fa7acb1e1 |
UTF-8 | 梧사К堰 | 1110011010100010101001111110110010000010101011001101000010011010111001011010000010110000 | e6a2a7ec82acd09ae5a0b0 |
UHC | 梧사К堰 | 1110011111111100101110111110011110101100101011001110010111101000 | e7fcbbe7acace5e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)