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 | àÙ¸è | 1000111111100000110110011011100011101000 | 8fe0d9b8e8 |
SJIS-WIN | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | ?àÙ¸è | 00111111100011111010101110100010100011111010101011100011100011111010001010110001100011111010101110110010 | 3f8faba28faae38fa2b18fabb2 |
UTF-8 | àÙ¸è | 11000010100011111100001110100000110000111001100111000010101110001100001110101000 | c28fc3a0c399c2b8c3a8 |
UHC | ???¸? | 001111110011111100111111101000101010110000111111 | 3f3f3fa2ac3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)