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 | ?逡}?逡{^ | 001111111110011110010101011111010011111111100111100101010111101101011110 | 3fe7957d3fe7957b5e |
EUC-JP | ?逡}?逡{^ | 001111111110110111110101011111010011111111101101111101010111101101011110 | 3fedf57d3fedf57b5e |
UTF-8 | 셀逡}셀逡{^ | 111011001000010110000000111010011000000010100001011111011110110010000101100000001110100110000000101000010111101101011110 | ec8580e980a17dec8580e980a17b5e |
UHC | 셀逡}셀逡{^ | 1011110010111111111100011110010001111101101111001011111111110001111001000111101101011110 | bcbff1e47dbcbff1e47b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)