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¬ä | 1110011001001110100000111000101110001101101011001110010010000010 | e64e838b8dace482 |
SJIS-WIN | ?N???¬?? | 001111110100111000111111001111110011111110000001110010100011111100111111 | 3f4e3f3f3f81ca3f3f |
EUC-JP | æN???¬ä? | 10001111101010011100000101001110001111110011111100111111101000101100110010001111101010111010001100111111 | 8fa9c14e3f3f3fa2cc8faba33f |
UTF-8 | æN¬ä | 110000111010011001001110110000101000001111000010100010111100001010001101110000101010110011000011101001001100001010000010 | c3a64ec283c28bc28dc2acc3a4c282 |
UHC | æN?????? | 101010011010000101001110001111110011111100111111001111110011111100111111 | a9a14e3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)