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 | ?ZN??gB | 00111111010110100100111000111111001111110110011101000010 | 3f5a4e3f3f6742 |
SJIS-WIN | ?ZN??gB | 00111111010110100100111000111111001111110110011101000010 | 3f5a4e3f3f6742 |
EUC-JP | ?ZN??gB | 00111111010110100100111000111111001111110110011101000010 | 3f5a4e3f3f6742 |
UTF-8 | 혪ZN혩짚gB | 11101101100110001010101001011010010011101110110110011000101010011110110010100111100110100110011101000010 | ed98aa5a4eed98a9eca79a6742 |
UHC | 혪ZN혩짚gB | 11000010100100100101101001001110110000101001000111000010101001000110011101000010 | c2925a4ec291c2a46742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)