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 | 堤?箏?? | 10010010111001110011111111100010101101010011111100111111 | 92e73fe2b53f3f |
EUC-JP | 堤?箏?? | 11000100111010010011111111100100101101110011111100111111 | c4e93fe4b73f3f |
UTF-8 | 堤렕箏띄섐 | 111001011010000010100100111010111010000010010101111001111010111010001111111010111001110110000100111011001000010010010000 | e5a0a4eba095e7ae8feb9d84ec8490 |
UHC | 堤렕箏띄섐 | 11110000101001111000111010101010111011101011010010110110111001111011110010101011 | f0a78eaaeeb4b6e7bcab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)