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 | 将ウ召悅゙ | 1000111110101011101100111000111110100010111110101011110111011110 | 8fabb38fa2fabdde |
EUC-JP | 将ウ召?゙ | 101111101010110110001110101100111011111010100100001111111000111011011110 | bead8eb3bea43f8ede |
UTF-8 | 将ウ召悅゙ | 111001011011000010000110111011111011110110110011111001011000111110101100111001101000001010000101111011111011111010011110 | e5b086efbdb3e58face68285efbe9e |
UHC | ??召悅? | 00111111001111111110000110101111111001101110110100111111 | 3f3fe1afe6ed3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)