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 | 絮≦虻胛 | 1110001101010000100000011000010110001000101110001110001111101110 | e350818588b8e3ee |
EUC-JP | 絮≦虻胛 | 1110010110110001101000011110010110110000101110101110011011110000 | e5b1a1e5b0bae6f0 |
UTF-8 | 絮≦虻胛 | 111001111011010110101110111000101000100110100110111010001001100110111011111010001000001110011011 | e7b5aee289a6e899bbe8839b |
UHC | 絮??胛 | 110111111111110000111111001111111100101110100100 | dffc3f3fcba4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)