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 | ¼Ùàײê | 101111001101100111100000110101111011001011101010 | bcd9e0d7b2ea |
SJIS-WIN | ???×?? | 00111111001111110011111110000001011111100011111100111111 | 3f3f3f817e3f3f |
EUC-JP | ?Ùà×?ê | 00111111100011111010101011100011100011111010101110100010101000011101111100111111100011111010101110110100 | 3f8faae38faba2a1df3f8fabb4 |
UTF-8 | ¼Ùàײê | 110000101011110011000011100110011100001110100000110000111001011111000010101100101100001110101010 | c2bcc399c3a0c397c2b2c3aa |
UHC | ¼??ײ? | 101010001111100100111111001111111010000110111111101010011111011100111111 | a8f93f3fa1bfa9f73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)