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 | ???G | 00111111001111110011111101000111 | 3f3f3f47 |
SJIS-WIN | 悅λ?G | 111110101011110110000011110010010011111101000111 | fabd83c93f47 |
EUC-JP | ?λ?G | 0011111110100110110010110011111101000111 | 3fa6cb3f47 |
UTF-8 | 悅λ젇G | 111001101000001010000101110011101011101111101100101000001000011101000111 | e68285cebbeca08747 |
UHC | 悅λ젇G | 11100110111011011010010111101011101000001000101001000111 | e6eda5eba08a47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)