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 | 髻懷ョ・ | 111010011001111110011100111001011010111010100101 | e99f9ce5aea5 |
EUC-JP | 髻懷ョ・ | 1111001010100001110110001110011110001110101011101000111010100101 | f2a1d8e78eae8ea5 |
UTF-8 | 髻懷ョ・ | 111010011010101110111011111001101000011110110111111011111011110110101110111011111011110110100101 | e9abbbe687b7efbdaeefbda5 |
UHC | ?懷?? | 0011111111111100111000110011111100111111 | 3ffce33f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)