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 | ??n}??n{^ | 001111110011111101101110011111010011111100111111011011100111101101011110 | 3f3f6e7d3f3f6e7b5e |
SJIS-WIN | ??n}??n{^ | 001111110011111101101110011111010011111100111111011011100111101101011110 | 3f3f6e7d3f3f6e7b5e |
EUC-JP | 瘀?n}瘀?n{^ | 10001111110011011110001100111111011011100111110110001111110011011110001100111111011011100111101101011110 | 8fcde33f6e7d8fcde33f6e7b5e |
UTF-8 | 瘀뱛n}瘀뱛n{^ | 1110011110011000100000001110101110110001100110110110111001111101111001111001100010000000111010111011000110011011011011100111101101011110 | e79880ebb19b6e7de79880ebb19b6e7b5e |
UHC | 瘀뱛n}瘀뱛n{^ | 11100101110111001001001110000010011011100111110111100101110111001001001110000010011011100111101101011110 | e5dc93826e7de5dc93826e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)