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???x | 001111110110001100111111001111110011111101111000 | 3f633f3f3f78 |
SJIS-WIN | ?c???x | 001111110110001100111111001111110011111101111000 | 3f633f3f3f78 |
EUC-JP | ?c???x | 001111110110001100111111001111110011111101111000 | 3f633f3f3f78 |
UTF-8 | 창c혷혰채x | 1110110010110000101111010110001111101101100110001011011111101101100110001011000011101100101100011000010001111000 | ecb0bd63ed98b7ed98b0ecb18478 |
UHC | 창c혷혰채x | 11000011101000100110001111000010100111101100001010010111110000111010010001111000 | c3a263c29ec297c3a478 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)