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åöÖN | 1001001001001110111001011111011010011111110101101001001001001110 | 924ee5f69fd6924e |
SJIS-WIN | ?N?????N | 0011111101001110001111110011111100111111001111110011111101001110 | 3f4e3f3f3f3f3f4e |
EUC-JP | ?Nåö?Ö?N | 0011111101001110100011111010101110101001100011111010101111010011001111111000111110101010110100110011111101001110 | 3f4e8faba98fabd33f8faad33f4e |
UTF-8 | NåöÖN | 1100001010010010010011101100001110100101110000111011011011000010100111111100001110010110110000101001001001001110 | c2924ec3a5c3b6c29fc396c2924e |
UHC | ?N?????N | 0011111101001110001111110011111100111111001111110011111101001110 | 3f4e3f3f3f3f3f4e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)