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 | Ü×n}Ü×n{^ | 110111001101011101101110011111011101110011010111011011100111101101011110 | dcd76e7ddcd76e7b5e |
SJIS-WIN | ?×n}?×n{^ | 0011111110000001011111100110111001111101001111111000000101111110011011100111101101011110 | 3f817e6e7d3f817e6e7b5e |
EUC-JP | Ü×n}Ü×n{^ | 100011111010101011100100101000011101111101101110011111011000111110101010111001001010000111011111011011100111101101011110 | 8faae4a1df6e7d8faae4a1df6e7b5e |
UTF-8 | Ü×n}Ü×n{^ | 11000011100111001100001110010111011011100111110111000011100111001100001110010111011011100111101101011110 | c39cc3976e7dc39cc3976e7b5e |
UHC | ?×n}?×n{^ | 0011111110100001101111110110111001111101001111111010000110111111011011100111101101011110 | 3fa1bf6e7d3fa1bf6e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)