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 | ??\}??\{^ | 001111110011111101011100011111010011111100111111010111000111101101011110 | 3f3f5c7d3f3f5c7b5e |
SJIS-WIN | 盖鱆\}盖鱆\{^ | 11100001101100111110100111100001010111000111110111100001101100111110100111100001010111000111101101011110 | e1b3e9e15c7de1b3e9e15c7b5e |
EUC-JP | 盖鱆\}盖鱆\{^ | 11100010101101011111001011100011010111000111110111100010101101011111001011100011010111000111101101011110 | e2b5f2e35c7de2b5f2e35c7b5e |
UTF-8 | 盖鱆\}盖鱆\{^ | 1110011110011011100101101110100110110001100001100101110001111101111001111001101110010110111010011011000110000110010111000111101101011110 | e79b96e9b1865c7de79b96e9b1865c7b5e |
UHC | 盖?\}盖?\{^ | 1100101111001100001111110101110001111101110010111100110000111111010111000111101101011110 | cbcc3f5c7dcbcc3f5c7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)