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 | 螻槫穀鈑捺 | 11100101101100011001111011100101100011011001001011100111111001011001001111100110 | e5b19ee58d92e7e593e6 |
EUC-JP | 螻槫穀鈑捺 | 11101010101100111101110011100111101110011111001011101110111001111100011011101000 | eab3dce7b9f2eee7c6e8 |
UTF-8 | 螻槫穀鈑捺 | 111010001001111010111011111001101010011110101011111001111010100110000000111010011000100010010001111001101000110110111010 | e89ebbe6a7abe7a980e98891e68dba |
UHC | ??穀鈑捺 | 0011111100111111110011011101101011110111111111101101000111110100 | 3f3fcddaf7fed1f4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)