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 | 五??冶 | 100011001101110000111111001111111001011011101000 | 8cdc3f3f96e8 |
EUC-JP | 五??冶 | 101110001101111000111111001111111100110011101010 | b8de3f3fccea |
UTF-8 | 五잌츍冶 | 111001001011101010010100111011001001111010001100111011001011100010001101111001011000011010110110 | e4ba94ec9e8cecb88de586b6 |
UHC | 五잌츍冶 | 1110011111101001100111111110010110101110100010001110010110100111 | e7e99fe5ae88e5a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)