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 | ë¢ìº | 111010111010001010001011111011001000001110111010 | eba28bec83ba |
SJIS-WIN | ?¢???? | 00111111100000011001000100111111001111110011111100111111 | 3f81913f3f3f3f |
EUC-JP | �� | 10001111101010111011001110100001111100010011111110001111101010111100000000111111100011111010001011101011 | 8fabb3a1f13f8fabc03f8fa2eb |
UTF-8 | ë¢ìº | 110000111010101111000010101000101100001010001011110000111010110011000010100000111100001010111010 | c3abc2a2c28bc3acc283c2ba |
UHC | ?????º | 00111111001111110011111100111111001111111010100010101100 | 3f3f3f3f3fa8ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)