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 | ô×}ô×{^ | 11110100110101110111110111110100110101110111101101011110 | f4d77df4d77b5e |
SJIS-WIN | ?×}?×{^ | 001111111000000101111110011111010011111110000001011111100111101101011110 | 3f817e7d3f817e7b5e |
EUC-JP | ô×}ô×{^ | 10001111101010111101010010100001110111110111110110001111101010111101010010100001110111110111101101011110 | 8fabd4a1df7d8fabd4a1df7b5e |
UTF-8 | ô×}ô×{^ | 1100001110110100110000111001011101111101110000111011010011000011100101110111101101011110 | c3b4c3977dc3b4c3977b5e |
UHC | ?×}?×{^ | 001111111010000110111111011111010011111110100001101111110111101101011110 | 3fa1bf7d3fa1bf7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)