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 | ?a? | 001111110110000100111111 | 3f613f |
SJIS-WIN | 脱a棚 | 1001001001000101011000011001001001001001 | 9245619249 |
EUC-JP | 脱a棚 | 1100001110100110011000011100001110101010 | c3a661c3aa |
UTF-8 | 脱a棚 | 11101000100001001011000101100001111001101010001110011010 | e884b161e6a39a |
UHC | ?a棚 | 00111111011000011101110111011100 | 3f61dddc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)