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 | ¥×}¥×{^ | 10100101110101110111110110100101110101110111101101011110 | a5d77da5d77b5e |
SJIS-WIN | ¥×}¥×{^ | 1000000110001111100000010111111001111101100000011000111110000001011111100111101101011110 | 818f817e7d818f817e7b5e |
EUC-JP | ?×}?×{^ | 001111111010000111011111011111010011111110100001110111110111101101011110 | 3fa1df7d3fa1df7b5e |
UTF-8 | ¥×}¥×{^ | 1100001010100101110000111001011101111101110000101010010111000011100101110111101101011110 | c2a5c3977dc2a5c3977b5e |
UHC | ?×}?×{^ | 001111111010000110111111011111010011111110100001101111110111101101011110 | 3fa1bf7d3fa1bf7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)