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 | ???v | 00111111001111110011111101110110 | 3f3f3f76 |
SJIS-WIN | 冶??v | 1001011011101000001111110011111101110110 | 96e83f3f76 |
EUC-JP | 冶??v | 1100110011101010001111110011111101110110 | ccea3f3f76 |
UTF-8 | 冶싮쪓v | 11100101100001101011011011101100100010111010111011101100101010101001001101110110 | e586b6ec8baeecaa9376 |
UHC | 冶싮쪓v | 11100101101001111001101011101001101001011000110101110110 | e5a79ae9a58d76 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)