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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 煜ツ寬ゥ失 | 1111101101010101110000101111101010101010101010011000111010111000 | fb55c2faaaa98eb8 |
EUC-JP | 煜ツ?ゥ失 | 10001111110010011111110010001110110000100011111110001110101010011011110010111010 | 8fc9fc8ec23f8ea9bcba |
UTF-8 | 煜ツ寬ゥ失 | 111001111000010110011100111011111011111010000010111001011010111110101100111011111011110110101001111001011010010010110001 | e7859cefbe82e5afacefbda9e5a4b1 |
UHC | 煜?寬?失 | 1110100111110010001111111100111010110000001111111110001111110111 | e9f23fceb03fe3f7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)