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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 上釡上釖^ | 100011111110001111100111110110111000111111100011111001111101100101011110 | 8fe3e7db8fe3e7d95e |
EUC-JP | 上釡上釖^ | 101111101110010111101110110111011011111011100101111011101101101101011110 | bee5eeddbee5eedb5e |
UTF-8 | 上釡上釖^ | 11100100101110001000101011101001100001111010000111100100101110001000101011101001100001111001011001011110 | e4b88ae987a1e4b88ae987965e |
UHC | 上?上?^ | 11011111101111100011111111011111101111100011111101011110 | dfbe3fdfbe3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)