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 | 址?懿企? | 1001101010101100001111111001110011110010100010101110100100111111 | 9aac3f9cf28ae93f |
EUC-JP | 址?懿企? | 1101010010101110001111111101100011110100101101001110101100111111 | d4ae3fd8f4b4eb3f |
UTF-8 | 址렣懿企뤅 | 111001011001110110000000111010111010000010100011111001101000011110111111111001001011110010000001111010111010010010000101 | e59d80eba0a3e687bfe4bc81eba485 |
UHC | 址렣懿企뤅 | 11110010101000111000111010110100111010111111001111010000111010101000111110110101 | f2a38eb4ebf3d0ea8fb5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)