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 | ÷?× | 111101110011111111010111 | f73fd7 |
SJIS-WIN | ÷£× | 100000011000000010000001100100101000000101111110 | 81808192817e |
EUC-JP | ÷£× | 101000011110000010100001111100101010000111011111 | a1e0a1f2a1df |
UTF-8 | ÷£× | 11000011101101111110111110111111101000011100001110010111 | c3b7efbfa1c397 |
UHC | ÷£× | 101000011100000010100001110011001010000110111111 | a1c0a1cca1bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)