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 | 薰滂ィァ | 111110111001111010011111111011111010100010100111 | fb9e9fefa8a7 |
EUC-JP | ?滂ィァ | 00111111110111101111000110001110101010001000111010100111 | 3fdef18ea88ea7 |
UTF-8 | 薰滂ィァ | 111010001001011010110000111001101011101110000010111011111011110110101000111011111011110110100111 | e896b0e6bb82efbda8efbda7 |
UHC | 薰滂?? | 111111011011100111011011101101010011111100111111 | fdb9dbb53f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)