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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 甑貊舞 | 100011011001100111100110101110111001010110010001 | 8d99e6bb9591 |
EUC-JP | 甑貊舞 | 101110011111100111101100101111011100100111110001 | b9f9ecbdc9f1 |
UTF-8 | 甑貊舞 | 111001111001010010010001111010001011001010001010111010001000100010011110 | e79491e8b28ae8889e |
UHC | 甑貊舞 | 111100011111011111011000111001111101100111110001 | f1f7d8e7d9f1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)