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 | 10001101010010110110111010001101010010110110111001000010 | 8d4b6e8d4b6e42 |
EUC-JP | 幸n幸nB | 10111001101011000110111010111001101011000110111001000010 | b9ac6eb9ac6e42 |
UTF-8 | 幸n幸nB | 111001011011100110111000011011101110010110111001101110000110111001000010 | e5b9b86ee5b9b86e42 |
UHC | 幸n幸nB | 11111010101110010110111011111010101110010110111001000010 | fab96efab96e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)