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 | 璽コ邇 | 111100001011111110001110101000111111000111100110101110101110011110001110 | f0bf8ea3f1e6bae78e |
EUC-JP | ?璽?コ邇 | 0011111110111100101001010011111110001110101110101110110111101110 | 3fbca53f8ebaedee |
UTF-8 | 璽コ邇 | 111011101000000110111110111001111001001010111101111011101000010110100001111011111011110110111010111010011000001010000111 | ee81bee792bdee85a1efbdbae98287 |
UHC | ?璽??邇 | 00111111110111111101111000111111001111111110110011000100 | 3fdfde3f3fecc4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)