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 | 潁??^ | 1001111111110001001111110011111101011110 | 9ff13f3f5e |
EUC-JP | 潁??^ | 1101111011110011001111110011111101011110 | def33f3f5e |
UTF-8 | 潁뺤뇩^ | 11100110101111011000000111101011101110101010010011101011100001111010100101011110 | e6bd81ebbaa4eb87a95e |
UHC | 潁뺤뇩^ | 11100111101110001001010111101100101101001010001101011110 | e7b895ecb4a35e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)