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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 矗絶買^ | 11100001110111101001000011100010100101001000001101011110 | e1de90e294835e |
EUC-JP | 矗絶買^ | 11100010111000001100000011100100110001111110001101011110 | e2e0c0e4c7e35e |
UTF-8 | 矗絶買^ | 11100111100111111001011111100111101101011011011011101000101100101011011101011110 | e79f97e7b5b6e8b2b75e |
UHC | 矗絶買^ | 11110101101110001110111110111110110110001110001001011110 | f5b8efbed8e25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)