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 | 10001111110010000110111010001111110010000110111001000010 | 8fc86e8fc86e42 |
EUC-JP | 省n省nB | 10111110110010100110111010111110110010100110111001000010 | beca6ebeca6e42 |
UTF-8 | 省n省nB | 111001111001110010000001011011101110011110011100100000010110111001000010 | e79c816ee79c816e42 |
UHC | 省n省nB | 11100000111111010110111011100000111111010110111001000010 | e0fd6ee0fd6e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)