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 | °×?? | 10110000110101110011111100111111 | b0d73f3f |
SJIS-WIN | °×?蹕 | 10000001100010111000000101111110001111111110011101001010 | 818b817e3fe74a |
EUC-JP | °×™蹕 | 101000011110101110100001110111111000111110100010111011111110110110101011 | a1eba1df8fa2efedab |
UTF-8 | °×™蹕 | 11000010101100001100001110010111111000101000010010100010111010001011100110010101 | c2b0c397e284a2e8b995 |
UHC | °×™? | 10100001110001101010000110111111101000101110001000111111 | a1c6a1bfa2e23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)