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 | ?????nB | 00111111001111110011111100111111001111110110111001000010 | 3f3f3f3f3f6e42 |
SJIS-WIN | 隹ソ譖咏横nB | 1110100010110000101111111110011010011011100110011110011110001001101000010110111001000010 | e8b0bfe69b99e789a16e42 |
EUC-JP | 隹ソ譖咏横nB | 111100001011001010001110101111111110101111111011110100101110100110110010101000110110111001000010 | f0b28ebfebfbd2e9b2a36e42 |
UTF-8 | 隹ソ譖咏横nB | 1110100110011010101110011110111110111101101111111110100010101101100101101110010110010010100011111110011010101000101010100110111001000010 | e99ab9efbdbfe8ad96e5928fe6a8aa6e42 |
UHC | ?????nB | 00111111001111110011111100111111001111110110111001000010 | 3f3f3f3f3f6e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)