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 | 羣羣^ | 11100111101111101010001111100111101111101010001101011110 | e7bea3e7bea35e |
SJIS-WIN | ??£??£^ | 001111110011111110000001100100100011111100111111100000011001001001011110 | 3f3f81923f3f81925e |
EUC-JP | ��^ | 10001111101010111010111000111111101000011111001010001111101010111010111000111111101000011111001001011110 | 8fabae3fa1f28fabae3fa1f25e |
UTF-8 | 羣羣^ | 11000011101001111100001010111110110000101010001111000011101001111100001010111110110000101010001101011110 | c3a7c2bec2a3c3a7c2bec2a35e |
UHC | ?¾??¾?^ | 001111111010100011111010001111110011111110101000111110100011111101011110 | 3fa8fa3f3fa8fa3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)