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 | è±ç¤ | 111010001011000110010101111001111010010010001110 | e8b195e7a48e |
SJIS-WIN | ?±???? | 00111111100000010111110100111111001111110011111100111111 | 3f817d3f3f3f3f |
EUC-JP | �� | 10001111101010111011001010100001110111100011111110001111101010111010111010001111101000101111000000111111 | 8fabb2a1de3f8fabae8fa2f03f |
UTF-8 | è±ç¤ | 110000111010100011000010101100011100001010010101110000111010011111000010101001001100001010001110 | c3a8c2b1c295c3a7c2a4c28e |
UHC | ?±??¤? | 0011111110100001101111100011111100111111101000101011010000111111 | 3fa1be3f3fa2b43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)