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úB | 11100111010011101111101001000010 | e74efa42 |
SJIS-WIN | ?N?B | 00111111010011100011111101000010 | 3f4e3f42 |
EUC-JP | çNúB | 1000111110101011101011100100111010001111101010111110001001000010 | 8fabae4e8fabe242 |
UTF-8 | çNúB | 110000111010011101001110110000111011101001000010 | c3a74ec3ba42 |
UHC | ?N?B | 00111111010011100011111101000010 | 3f4e3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)