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 | 頷湿軸 | 1110100011110101100011101011110011110001111001011000111010110010 | e8f58ebcf1e58eb2 |
EUC-JP | 頷湿?軸 | 11110000111101111011110010111110001111111011110010110100 | f0f7bcbe3fbcb4 |
UTF-8 | 頷湿軸 | 111010011010000010110111111001101011100110111111111011101000010110100000111010001011101110111000 | e9a0b7e6b9bfee85a0e8bbb8 |
UHC | ???軸 | 0011111100111111001111111111010111101110 | 3f3f3ff5ee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)