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???c? | 00111111010011100011111100111111001111110110001100111111 | 3f4e3f3f3f633f |
SJIS-WIN | ?N???c? | 00111111010011100011111100111111001111110110001100111111 | 3f4e3f3f3f633f |
EUC-JP | ?N???c? | 00111111010011100011111100111111001111110110001100111111 | 3f4e3f3f3f633f |
UTF-8 | 찾N혗횑혦c혨 | 1110110010110000101111100100111011101101100110001001011111101101100110101001000111101101100110001010011001100011111011011001100010101000 | ecb0be4eed9897ed9a91ed98a663ed98a8 |
UHC | 찾N혗횑혦c혨 | 110000111010001101001110110000101000001011000011100011001100001010001110011000111100001010010000 | c3a34ec282c38cc28e63c290 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)