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 | 11111011010011000110111011111011010011000110111001000010 | fb4c6efb4c6e42 |
EUC-JP | 澵n澵nB | 100011111100100011111000011011101000111111001000111110000110111001000010 | 8fc8f86e8fc8f86e42 |
UTF-8 | 澵n澵nB | 111001101011111010110101011011101110011010111110101101010110111001000010 | e6beb56ee6beb56e42 |
UHC | ?n?nB | 0011111101101110001111110110111001000010 | 3f6e3f6e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)