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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 捨爵昭セ | 10001110110011001000111011011101100011111011101010111110 | 8ecc8edd8fbabe |
EUC-JP | 捨爵昭セ | 1011110011001110101111001101111110111110101111001000111010111110 | bccebcdfbebc8ebe |
UTF-8 | 捨爵昭セ | 111001101000110110101000111001111000100010110101111001101001100010101101111011111011110110111110 | e68da8e788b5e698adefbdbe |
UHC | 捨爵昭? | 11011110110101111110110111001001111000011011100100111111 | ded7edc9e1b93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)