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 | ????® | 0011111100111111001111110011111110101110 | 3f3f3f3fae |
SJIS-WIN | 悅??壯? | 11111010101111010011111100111111100110101110000100111111 | fabd3f3f9ae13f |
EUC-JP | ???壯® | 0011111100111111001111111101010011100011100011111010001011101110 | 3f3f3fd4e38fa2ee |
UTF-8 | 悅롧룑壯® | 1110011010000010100001011110101110100001101001111110101110100011100100011110010110100011101011111100001010101110 | e68285eba1a7eba391e5a3afc2ae |
UHC | 悅롧룑壯® | 11100110111011011000111011100111100011111000111011101101111000001010001011100111 | e6ed8ee78f8eede0a2e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)