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 | ?}???|^ | 00111111011111010011111100111111001111110111110001011110 | 3f7d3f3f3f7c5e |
SJIS-WIN | 鴉}?叔鴉|^ | 11101001111010110111110100111111100011110110011011101001111010110111110001011110 | e9eb7d3f8f66e9eb7c5e |
EUC-JP | 鴉}?叔鴉|^ | 11110010111011010111110100111111101111011100011111110010111011010111110001011110 | f2ed7d3fbdc7f2ed7c5e |
UTF-8 | 鴉}뻢叔鴉|^ | 111010011011010010001001011111011110101110111011101000101110010110001111100101001110100110110100100010010111110001011110 | e9b4897debbba2e58f94e9b4897c5e |
UHC | 鴉}뻢叔鴉|^ | 1110010010111100011111011001011001101011111000101101001011100100101111000111110001011110 | e4bc7d966be2d2e4bc7c5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)