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?nB | 0011111101101110001111110110111001000010 | 3f6e3f6e42 |
SJIS-WIN | 院n院nB | 10001001010000000110111010001001010000000110111001000010 | 89406e89406e42 |
EUC-JP | 院n院nB | 10110001101000010110111010110001101000010110111001000010 | b1a16eb1a16e42 |
UTF-8 | 院n院nB | 111010011001100110100010011011101110100110011001101000100110111001000010 | e999a26ee999a26e42 |
UHC | 院n院nB | 11101010110000100110111011101010110000100110111001000010 | eac26eeac26e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)