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ÌG | 1110001101001110100000101100110010001110100010111001000001000111 | e34e82cc8e8b9047 |
SJIS-WIN | ?N?????G | 0011111101001110001111110011111100111111001111110011111101000111 | 3f4e3f3f3f3f3f47 |
EUC-JP | ãN?Ì???G | 100011111010101110101010010011100011111110001111101010101100000000111111001111110011111101000111 | 8fabaa4e3f8faac03f3f3f47 |
UTF-8 | ãNÌG | 1100001110100011010011101100001010000010110000111000110011000010100011101100001010001011110000101001000001000111 | c3a34ec282c38cc28ec28bc29047 |
UHC | ?N?????G | 0011111101001110001111110011111100111111001111110011111101000111 | 3f4e3f3f3f3f3f47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)