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{^ | 1001000101000100001111110110111001111101100100010100010000111111011011100111101101011110 | 91443f6e7d91443f6e7b5e |
EUC-JP | 船?n}船?n{^ | 1100000110100101001111110110111001111101110000011010010100111111011011100111101101011110 | c1a53f6e7dc1a53f6e7b5e |
UTF-8 | 船슱n}船슱n{^ | 1110100010001000101110011110110010001010101100010110111001111101111010001000100010111001111011001000101010110001011011100111101101011110 | e888b9ec8ab16e7de888b9ec8ab16e7b5e |
UHC | 船슱n}船슱n{^ | 11100000110011111001101010111000011011100111110111100000110011111001101010111000011011100111101101011110 | e0cf9ab86e7de0cf9ab86e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)