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 | Á±ãä^ | 1100000110110001111000111110010001011110 | c1b1e3e45e |
SJIS-WIN | ?±??^ | 001111111000000101111101001111110011111101011110 | 3f817d3f3f5e |
EUC-JP | Á±ãä^ | 100011111010101010100001101000011101111010001111101010111010101010001111101010111010001101011110 | 8faaa1a1de8fabaa8faba35e |
UTF-8 | Á±ãä^ | 110000111000000111000010101100011100001110100011110000111010010001011110 | c381c2b1c3a3c3a45e |
UHC | ?±??^ | 001111111010000110111110001111110011111101011110 | 3fa1be3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)