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 | 芯??淳 | 100100000110001100111111001111111000111101111110 | 90633f3f8f7e |
EUC-JP | 芯??淳 | 101111111100010000111111001111111011110111011111 | bfc43f3fbddf |
UTF-8 | 芯뤷궨淳 | 111010001000101010101111111010111010010010110111111010101011011010101000111001101011011110110011 | e88aafeba4b7eab6a8e6b7b3 |
UHC | 芯뤷궨淳 | 1110010010100101100011111110010110000010101110101110001011101000 | e4a58fe582bae2e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)