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 | 諠懈エゥ | 111001101000001110011100111001101011010010101001 | e6839ce6b4a9 |
EUC-JP | 諠懈エゥ | 1110101111100011110110001110100010001110101101001000111010101001 | ebe3d8e88eb48ea9 |
UTF-8 | 諠懈エゥ | 111010001010101110100000111001101000011110001000111011111011110110110100111011111011110110101001 | e8aba0e68788efbdb4efbda9 |
UHC | ?懈?? | 0011111111111010101010110011111100111111 | 3ffaab3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)