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 | ??應句 | 001111110011111110011100111001001000101111100101 | 3f3f9ce48be5 |
EUC-JP | 焌?應句 | 1000111111001001111010000011111111011000111001101011011011100111 | 8fc9e83fd8e6b6e7 |
UTF-8 | 焌렊應句 | 111001111000010010001100111010111010000010001010111001101000011110001001111001011000111110100101 | e7848ceba08ae68789e58fa5 |
UHC | 焌렊應句 | 1111000111100000100011101010000111101011111010111100111110100011 | f1e08ea1ebebcfa3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)