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 | 111110101011110110000011110000100011111101110110 | fabd83c23f76 |
EUC-JP | ?δ?v | 0011111110100110110001000011111101110110 | 3fa6c43f76 |
UTF-8 | 悅δ푶v | 111001101000001010000101110011101011010011101101100100011011011001110110 | e68285ceb4ed91b676 |
UHC | 悅δ푶v | 11100110111011011010010111100100101111101000010001110110 | e6eda5e4be8476 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)