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 | 邨ョ竏槭◇ | 111001111011010110101110111000101000100010011110111000111000000110011110 | e7b5aee2889ee3819e |
EUC-JP | 邨ョ竏槭◇ | 11101110101101111000111010101110111000111110100011011100111001011010000111111110 | eeb78eaee3e8dce5a1fe |
UTF-8 | 邨ョ竏槭◇ | 111010011000001010101000111011111011110110101110111001111010101110001111111001101010011110101101111000101001011110000111 | e982a8efbdaee7ab8fe6a7ade29787 |
UHC | 邨???◇ | 11110101101111100011111100111111001111111010000111011110 | f5be3f3f3fa1de |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)