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{^ | 11111010010101111000111010110111011011100111110111111010010101111000111010110111011011100111101101011110 | fa578eb76e7dfa578eb76e7b5e |
EUC-JP | ?執n}?執n{^ | 0011111110111100101110010110111001111101001111111011110010111001011011100111101101011110 | 3fbcb96e7d3fbcb96e7b5e |
UTF-8 | "執n}"執n{^ | 1110111110111100100000101110010110011111101101110110111001111101111011111011110010000010111001011001111110110111011011100111101101011110 | efbc82e59fb76e7defbc82e59fb76e7b5e |
UHC | "執n}"執n{^ | 10100011101000101111001011111011011011100111110110100011101000101111001011111011011011100111101101011110 | a3a2f2fb6e7da3a2f2fb6e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)