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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ??????歟 | 0011111100111111001111110011111100111111001111111001111101100010 | 3f3f3f3f3f3f9f62 |
EUC-JP | ??????歟 | 0011111100111111001111110011111100111111001111111101110111000011 | 3f3f3f3f3f3fddc3 |
UTF-8 | 銳㏃븰栒용뀥歟 | 111010011000101010110011111000111000111110000011111010111011100010110000111001101010000010010010111011001001101010101001111010111000000010100101111001101010110110011111 | e98ab3e38f83ebb8b0e6a092ec9aa9eb80a5e6ad9f |
UHC | 銳㏃븰栒용뀥歟 | 1110011111100101101001111110110010010101100110011110001011100011101111111110101110000101100111001110011010100010 | e7e5a7ec9599e2e3bfeb859ce6a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)