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 | 址?懿兢黎 | 100110101010110000111111100111001111001010011001010111011110101001110100 | 9aac3f9cf2995dea74 |
EUC-JP | 址?懿兢黎 | 110101001010111000111111110110001111010011010001101111101111001111010101 | d4ae3fd8f4d1bef3d5 |
UTF-8 | 址렣懿兢黎 | 111001011001110110000000111010111010000010100011111001101000011110111111111001011000010110100010111010011011101110001110 | e59d80eba0a3e687bfe585a2e9bb8e |
UHC | 址렣懿兢黎 | 11110010101000111000111010110100111010111111001111010000111001111101010111110011 | f2a38eb4ebf3d0e7d5f3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)