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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
EUC-JP | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
UTF-8 | 緣얕뇗^ | 11100111101101111010001111101100100101101001010111101011100001111001011101011110 | e7b7a3ec9695eb87975e |
UHC | 緣얕뇗^ | 11100110110111101011111011101000100001111000001001011110 | e6debee887825e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)