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{^ | 001111110011111101101110011111010011111100111111011011100111101101011110 | 3f3f6e7d3f3f6e7b5e |
SJIS-WIN | 魘詠n}魘詠n{^ | 11101001101101001000100101110010011011100111110111101001101101001000100101110010011011100111101101011110 | e9b489726e7de9b489726e7b5e |
EUC-JP | 魘詠n}魘詠n{^ | 11110010101101101011000111010011011011100111110111110010101101101011000111010011011011100111101101011110 | f2b6b1d36e7df2b6b1d36e7b5e |
UTF-8 | 魘詠n}魘詠n{^ | 1110100110101101100110001110100010101001101000000110111001111101111010011010110110011000111010001010100110100000011011100111101101011110 | e9ad98e8a9a06e7de9ad98e8a9a06e7b5e |
UHC | ?詠n}?詠n{^ | 0011111111100111110010010110111001111101001111111110011111001001011011100111101101011110 | 3fe7c96e7d3fe7c96e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)