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 | 灌贏魏鳧 | 1001111111110011111001101101010111101001101100001110100111101000 | 9ff3e6d5e9b0e9e8 |
EUC-JP | 灌贏魏鳧 | 1101111011110101111011001101011111110010101100101111001011101010 | def5ecd7f2b2f2ea |
UTF-8 | 灌贏魏鳧 | 111001111000000110001100111010001011010010001111111010011010110110001111111010011011001110100111 | e7818ce8b48fe9ad8fe9b3a7 |
UHC | 灌?魏鳧 | 11001110101101000011111111101010111000001101110111000000 | ceb43feae0ddc0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)