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 | ??\}??\{^ | 001111110011111101011100011111010011111100111111010111000111101101011110 | 3f3f5c7d3f3f5c7b5e |
SJIS-WIN | 竺\}竺\{^ | 10001110101100011111000110101100010111000111110110001110101100011111000110101100010111000111101101011110 | 8eb1f1ac5c7d8eb1f1ac5c7b5e |
EUC-JP | 竺?\}竺?\{^ | 1011110010110011001111110101110001111101101111001011001100111111010111000111101101011110 | bcb33f5c7dbcb33f5c7b5e |
UTF-8 | 竺\}竺\{^ | 1110011110101011101110101110111010000100101001110101110001111101111001111010101110111010111011101000010010100111010111000111101101011110 | e7abbaee84a75c7de7abbaee84a75c7b5e |
UHC | 竺?\}竺?\{^ | 1111010111100111001111110101110001111101111101011110011100111111010111000111101101011110 | f5e73f5c7df5e73f5c7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)