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 | þSU}þSU{^ | 1001000111111110010100110101010101111101100100011111111001010011010101010111101101011110 | 91fe53557d91fe53557b5e |
SJIS-WIN | ??SU}??SU{^ | 0011111100111111010100110101010101111101001111110011111101010011010101010111101101011110 | 3f3f53557d3f3f53557b5e |
EUC-JP | ?þSU}?þSU{^ | 001111111000111110101001110100000101001101010101011111010011111110001111101010011101000001010011010101010111101101011110 | 3f8fa9d053557d3f8fa9d053557b5e |
UTF-8 | þSU}þSU{^ | 110000101001000111000011101111100101001101010101011111011100001010010001110000111011111001010011010101010111101101011110 | c291c3be53557dc291c3be53557b5e |
UHC | ?þSU}?þSU{^ | 00111111101010011010110101010011010101010111110100111111101010011010110101010011010101010111101101011110 | 3fa9ad53557d3fa9ad53557b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)