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]KP | 1001001001000011100100100101110110010010010010111001001001010000 | 9243925d924b9250 |
SJIS-WIN | ?C?]?K?P | 0011111101000011001111110101110100111111010010110011111101010000 | 3f433f5d3f4b3f50 |
EUC-JP | ?C?]?K?P | 0011111101000011001111110101110100111111010010110011111101010000 | 3f433f5d3f4b3f50 |
UTF-8 | C]KP | 110000101001001001000011110000101001001001011101110000101001001001001011110000101001001001010000 | c29243c2925dc2924bc29250 |
UHC | ?C?]?K?P | 0011111101000011001111110101110100111111010010110011111101010000 | 3f433f5d3f4b3f50 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)