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 | 煜ツ悅 | 11111011010101011100001011111010101111011111100101101000 | fb55c2fabdf968 |
EUC-JP | 煜ツ?? | 10001111110010011111110010001110110000100011111100111111 | 8fc9fc8ec23f3f |
UTF-8 | 煜ツ悅 | 111001111000010110011100111011111011111010000010111001101000001010000101111011101001101110000100 | e7859cefbe82e68285ee9b84 |
UHC | 煜?悅? | 111010011111001000111111111001101110110100111111 | e9f23fe6ed3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)