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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 撓↓??? | 10011101100110101000000110101011001111110011111100111111 | 9d9a81ab3f3f3f |
EUC-JP | 撓↓??? | 11011001111110101010001010101101001111110011111100111111 | d9faa2ad3f3f3f |
UTF-8 | 撓↓쨹旅닷 | 111001101001001010010011111000101000011010010011111011001010100010111001111011111010011010000011111010111000101110110111 | e69293e28693eca8b9efa683eb8bb7 |
UHC | 撓↓쨹旅닷 | 11101000111101011010000111101001101001001001001111100110101000011011010011100101 | e8f5a1e9a493e6a1b4e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)