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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 闌伜勣闥 | 1110100010001100100110001110010110011001101010001110100010010010 | e88c98e599a8e892 |
EUC-JP | 闌伜勣闥 | 1110111111101100110100001110011111010010101010101110111111110010 | efecd0e7d2aaeff2 |
UTF-8 | 闌伜勣闥 | 111010011001011110001100111001001011110010011100111001011000101110100011111010011001011110100101 | e9978ce4bc9ce58ba3e997a5 |
UHC | ??勣? | 0011111100111111111011101101001100111111 | 3f3feed33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)