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åöI | 100100100100111011100101111101101000111101001001 | 924ee5f68f49 |
SJIS-WIN | ?N???I | 001111110100111000111111001111110011111101001001 | 3f4e3f3f3f49 |
EUC-JP | ?Nåö?I | 00111111010011101000111110101011101010011000111110101011110100110011111101001001 | 3f4e8faba98fabd33f49 |
UTF-8 | NåöI | 11000010100100100100111011000011101001011100001110110110110000101000111101001001 | c2924ec3a5c3b6c28f49 |
UHC | ?N???I | 001111110100111000111111001111110011111101001001 | 3f4e3f3f3f49 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)