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 | C\KN | 1001001001000011100100100101110010010010010010111001001001001110 | 9243925c924b924e |
SJIS-WIN | ?C?\?K?N | 0011111101000011001111110101110000111111010010110011111101001110 | 3f433f5c3f4b3f4e |
EUC-JP | ?C?\?K?N | 0011111101000011001111110101110000111111010010110011111101001110 | 3f433f5c3f4b3f4e |
UTF-8 | C\KN | 110000101001001001000011110000101001001001011100110000101001001001001011110000101001001001001110 | c29243c2925cc2924bc2924e |
UHC | ?C?\?K?N | 0011111101000011001111110101110000111111010010110011111101001110 | 3f433f5c3f4b3f4e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)