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 | ??^??^ | 001111110011111101011110001111110011111101011110 | 3f3f5e3f3f5e |
SJIS-WIN | 偲治^偲治^ | 10001110110000111000111010100001010111101000111011000011100011101010000101011110 | 8ec38ea15e8ec38ea15e |
EUC-JP | 偲治^偲治^ | 10111100110001011011110010100011010111101011110011000101101111001010001101011110 | bcc5bca35ebcc5bca35e |
UTF-8 | 偲治^偲治^ | 1110010110000001101100101110011010110010101110110101111011100101100000011011001011100110101100101011101101011110 | e581b2e6b2bb5ee581b2e6b2bb5e |
UHC | ?治^?治^ | 0011111111110110101111010101111000111111111101101011110101011110 | 3ff6bd5e3ff6bd5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)