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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 闌伜勣闥殖 | 11101000100011001001100011100101100110011010100011101000100100101001000001000010 | e88c98e599a8e8929042 |
EUC-JP | 闌伜勣闥殖 | 11101111111011001101000011100111110100101010101011101111111100101011111110100011 | efecd0e7d2aaeff2bfa3 |
UTF-8 | 闌伜勣闥殖 | 111010011001011110001100111001001011110010011100111001011000101110100011111010011001011110100101111001101010111010010110 | e9978ce4bc9ce58ba3e997a5e6ae96 |
UHC | ??勣?殖 | 00111111001111111110111011010011001111111110001111010110 | 3f3feed33fe3d6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)