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 | 0011111101101110001111110110111001000010 | 3f6e3f6e42 |
EUC-JP | ?n?nB | 0011111101101110001111110110111001000010 | 3f6e3f6e42 |
UTF-8 | 쇤n쇤nB | 111011001000011110100100011011101110110010000111101001000110111001000010 | ec87a46eec87a46e42 |
UHC | 쇤n쇤nB | 10111100111010010110111010111100111010010110111001000010 | bce96ebce96e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)