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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | ?沿}?沿{^ | 001111111000100110001000011111010011111110001001100010000111101101011110 | 3f89887d3f89887b5e |
EUC-JP | ?沿}?沿{^ | 001111111011000111101000011111010011111110110001111010000111101101011110 | 3fb1e87d3fb1e87b5e |
UTF-8 | 뇬沿}뇬沿{^ | 111010111000011110101100111001101011001010111111011111011110101110000111101011001110011010110010101111110111101101011110 | eb87ace6b2bf7deb87ace6b2bf7b5e |
UHC | 뇬沿}뇬沿{^ | 1011010010100100111001101100110101111101101101001010010011100110110011010111101101011110 | b4a4e6cd7db4a4e6cd7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)