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 | ?®??? | 0011111110101110001111110011111100111111 | 3fae3f3f3f |
SJIS-WIN | 傲??釗? | 10011000111111000011111100111111111110111011101100111111 | 98fc3f3ffbbb3f |
EUC-JP | 傲®?釗? | 11010000111111101000111110100010111011100011111110001111111000111010011000111111 | d0fe8fa2ee3f8fe3a63f |
UTF-8 | 傲®윪釗뤺 | 1110010110000010101100101100001010101110111011001001110010101010111010011000011110010111111010111010010010111010 | e582b2c2aeec9caae98797eba4ba |
UHC | 傲®윪釗뤺 | 11100111111011001010001011100111100111111010100111100001111100101000111111101000 | e7eca2e79fa9e1f28fe8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)