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 | 悅??兄? | 11111010101111010011111100111111100011000101101000111111 | fabd3f3f8c5a3f |
EUC-JP | ???兄® | 0011111100111111001111111011011110111011100011111010001011101110 | 3f3f3fb7bb8fa2ee |
UTF-8 | 悅롧룑兄® | 1110011010000010100001011110101110100001101001111110101110100011100100011110010110000101100001001100001010101110 | e68285eba1a7eba391e58584c2ae |
UHC | 悅롧룑兄® | 11100110111011011000111011100111100011111000111011111010111111001010001011100111 | e6ed8ee78f8efafca2e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)