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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?音溺 | 0011111110001001101110011001001101001101 | 3f89b9934d |
EUC-JP | 芷音溺 | 10001111110101111100100110110010101110111100010110101110 | 8fd7c9b2bbc5ae |
UTF-8 | 芷音溺 | 111010001000101010110111111010011001111110110011111001101011101010111010 | e88ab7e99fb3e6baba |
UHC | 芷音溺 | 111100101011101011101011111001011101001011111100 | f2baebe5d2fc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)