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^ | 1001000110111010100100100100111001011110 | 91ba924e5e |
SJIS-WIN | ???N^ | 0011111100111111001111110100111001011110 | 3f3f3f4e5e |
EUC-JP | ?º?N^ | 00111111100011111010001011101011001111110100111001011110 | 3f8fa2eb3f4e5e |
UTF-8 | ºN^ | 1100001010010001110000101011101011000010100100100100111001011110 | c291c2bac2924e5e |
UHC | ?º?N^ | 001111111010100010101100001111110100111001011110 | 3fa8ac3f4e5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)