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 | 1110010001001110100010101000100010001001101101001110010001001110 | e44e8a8889b4e44e |
SJIS-WIN | ?N???´?N | 001111110100111000111111001111110011111110000001010011000011111101001110 | 3f4e3f3f3f814c3f4e |
EUC-JP | äN???´äN | 10001111101010111010001101001110001111110011111100111111101000011010110110001111101010111010001101001110 | 8faba34e3f3f3fa1ad8faba34e |
UTF-8 | äN´äN | 1100001110100100010011101100001010001010110000101000100011000010100010011100001010110100110000111010010001001110 | c3a44ec28ac288c289c2b4c3a44e |
UHC | ?N???´?N | 001111110100111000111111001111110011111110100010101001010011111101001110 | 3f4e3f3f3fa2a53f4e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)